diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-07-28 00:52:44 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-07-28 00:52:44 -0400 |
commit | cb9ba5cf8dfca61d8ce96086330ccde967c2d418 (patch) | |
tree | cbeef52dd422ad6adb021180bafb1110b6ec4634 | |
parent | 50723585ed380744358de054e2a55dccee65dfd7 (diff) |
Revert "travis: Install libtool for OS X builds"
Didn't work.
This reverts commit 50723585ed380744358de054e2a55dccee65dfd7.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 52cb14614..c76d10c51 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 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 |