summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-30 10:43:20 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-30 10:43:23 +0200
commitb52178be120f078738f5ace048e302a4e55e1b10 (patch)
treee1ec2dc90ddcf68314844c53f3de501d491e5cf0
parentfbbc6ea02631e4a35e775ec05c3136b8d6c65d7b (diff)
downloadgnutls-tmp-travis-update.tar.gz
.travis.yml: do not fail on brew install failurestmp-travis-update
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: