aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergei Nikulov <sergey.nikulov@gmail.com>2016-08-01 15:42:15 +0300
committerDaniel Stenberg <daniel@haxx.se>2016-08-01 15:08:53 +0200
commit120fe1a22deecde49b9c46b125285d0cf846b159 (patch)
treed489eccde1cf3b8625220640abdf8f3a15e2ed40 /.travis.yml
parent608b11a91f4e994d26f99baf4dd0a7dff03578ab (diff)
travis: fix OSX build by re-installing libtool
Apparently due to a broken homebrew install fixes #934 Closes #939
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c76d10c51..49e3f15a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ language: c
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall -s libtool > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
before_script: