gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 58/219: travis: install libgnutls28-dev only for --


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 58/219: travis: install libgnutls28-dev only for --with-gnutls build
Date: Wed, 22 May 2019 19:16:37 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit ebc055011045510bee71043fb6a3a0dac6dca42d
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Apr 2 15:06:47 2019 +0200

    travis: install libgnutls28-dev only for --with-gnutls build
    
    Reduces the time needed for the other jobs a little.
    
    Closes https://github.com/curl/curl/pull/3721
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4deceee66..441b63f22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,6 @@ addons:
             - autopoint  # for libpsl that needs autoreconf that uses gettext 
that needs it
             - libunistring-dev # for libidn2 needed by libpsl
             - gnutls-bin
-            - libgnutls28-dev
 
 matrix:
     include:
@@ -161,6 +160,7 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
+                      - libgnutls28-dev
         - os: linux
           compiler: clang
           dist: trusty

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]