travis: removed option to rebuild autotool from source

Fixes #943
This commit is contained in:
Sergei Nikulov 2016-08-02 13:43:23 +03:00 committed by Daniel Stenberg
parent 73878278d8
commit db3887632c
1 changed files with 1 additions and 1 deletions

View File

@ -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 reinstall -s libtool > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > /dev/null; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn rtmpdump libssh2 c-ares libmetalink libressl nghttp2; fi
before_script: