summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-07-14 17:39:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-07-14 19:58:33 +0200
commite35f967a7dcae9b8ac7e26686d742ea56f809166 (patch)
tree989ffffd40a41369ca9999b13000253687578b45
parent3aaaddf66f400095fbd4914931995b3ec5c450a3 (diff)
downloadgnutls-tmp-c99.tar.gz
.travis.yml: update brew and use nettle 3.4tmp-c99
Resolves #480 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2158d649ac..4afe4ac5da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: