summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-30 22:40:25 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-30 22:40:42 +0200
commitfd15b568253af008bdc966ba027aaf4c5906239b (patch)
treec86af3ba4bcdaf6450475808209341782ce14bea
parentabb1ed85af707b5edf3d2b0f54b8000a2a782f4a (diff)
downloadgnutls-tmp-gnutls_3_5_x_travis_updates.tar.gz
.travis.yml: do not fail on brew install failurestmp-gnutls_3_5_x_travis_updates
brew install seems to fail on several occasions when a newer package is available than the installed. Ignore those errors rather than failing build. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e7e0272f49..18b96c4e90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ 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;
+ brew install autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 gettext || true;
fi
script: