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 23:08:40 +0200
commiteea88981b71d7b2fb7fe07ef2ef4b566d587424e (patch)
treec86af3ba4bcdaf6450475808209341782ce14bea
parentabb1ed85af707b5edf3d2b0f54b8000a2a782f4a (diff)
downloadgnutls-eea88981b71d7b2fb7fe07ef2ef4b566d587424e.tar.gz
.travis.yml: do not fail on brew install failures
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: