diff options
-rw-r--r-- | .travis.yml | 2 |
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: |