aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergei Nikulov <sergey.nikulov@gmail.com>2016-08-02 13:43:23 +0300
committerDaniel Stenberg <daniel@haxx.se>2016-08-03 13:25:32 +0200
commitdb3887632c735f90592daddf2b1e86664b4facb7 (patch)
tree92727fa2afa0fae9f971259fc7e63f25cfc05b33 /.travis.yml
parent73878278d86f22285681db2e75eb1c711bfab41b (diff)
travis: removed option to rebuild autotool from source
Fixes #943
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 49e3f15a3..bdd21b094 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: