]> granicus.if.org Git - curl/commitdiff
Revert "travis: Install libtool for OS X builds"
authorJay Satiro <raysatiro@yahoo.com>
Thu, 28 Jul 2016 04:52:44 +0000 (00:52 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 28 Jul 2016 04:52:44 +0000 (00:52 -0400)
Didn't work.

This reverts commit 50723585ed380744358de054e2a55dccee65dfd7.

.travis.yml

index 52cb146148d2149c4a57587eeda0d273f4e2f3d8..c76d10c518110ef4a28199d284effe8bec7b7e49 100644 (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 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