mirror of
https://github.com/curl/curl.git
synced 2026-04-21 05:32:12 +03:00
Revert "travis: Install libtool for OS X builds"
Didn't work.
This reverts commit 50723585ed.
This commit is contained in:
parent
50723585ed
commit
cb9ba5cf8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue