Skip to content
Snippets Groups Projects
Commit 120fe1a2 authored by Sergei Nikulov's avatar Sergei Nikulov Committed by Daniel Stenberg
Browse files

travis: fix OSX build by re-installing libtool

Apparently due to a broken homebrew install

fixes #934
Closes #939
parent 608b11a9
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment