Skip to content
Snippets Groups Projects
Commit cb9ba5cf authored by Jay Satiro's avatar Jay Satiro
Browse files

Revert "travis: Install libtool for OS X builds"

Didn't work.

This reverts commit 50723585.
parent 50723585
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ language: c
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libtool openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
before_script:
- ./buildconf
......
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