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

travis: Install libtool for OS X builds

CI is failing due to missing libtoolize, so I'm trying this.
parent 17bf3232
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 openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libtool 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