]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.travis.yml: update brew and use nettle 3.4 703/head
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 14 Jul 2018 15:39:03 +0000 (17:39 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 14 Jul 2018 17:58:33 +0000 (19:58 +0200)
Resolves #480

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.travis.yml

index 2158d649ac21e74a956624931b7746af02350557..4afe4ac5da9c40c90681d9840ebc7ebacb2cc6cb 100644 (file)
@@ -17,7 +17,9 @@ notifications:
 before_install:
   - git submodule update --init
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
-        brew install autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 gettext || true;
+        brew update;
+        brew install autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 gettext;
+        brew upgrade nettle p11-kit libtasn1 gettext;
     fi
 
 script: