mirror of
https://github.com/curl/curl.git
synced 2026-06-05 03:34:18 +03:00
travis: fix OSX build by re-installing libtool
Apparently due to a broken homebrew install fixes #934 Closes #939
This commit is contained in:
parent
608b11a91f
commit
120fe1a22d
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue