summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-30 10:43:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-06-30 23:09:09 +0200
commitef9ab9b45a7fcb5a9a01468d4718adcc5c798b25 (patch)
tree4ff62022196df659f18901164c4555825ee3c2cb
parent48ea5055ab080484b778818884b83a07768cb1ab (diff)
downloadgnutls-ef9ab9b45a7fcb5a9a01468d4718adcc5c798b25.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@redhat.com>
-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: