summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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: