summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-07-04 13:48:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-07-04 13:48:13 +0200
commit1ef07423e6bcecee9739464823d2d971e685080d (patch)
tree58086f8927211ba7a0065c8af5cbdaf7b2a69807
parent9ecd09023145697f5ec8a05b54487d4a39b0334b (diff)
downloadcurl-1ef07423e6bcecee9739464823d2d971e685080d.tar.gz
travis: and install c-ares for the nghttp2 build
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 38033cd3c..9d9d57366 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,7 @@ install:
- 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
- if [ $TRAVIS_OS_NAME = linux ]; then
- sudo apt-get install -qq libev-dev;
+ sudo apt-get install -qq libev-dev libc-ares-dev;
curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.24.0/nghttp2-1.24.0.tar.gz |
tar xzf - &&
(cd nghttp2-1.24.0 && ./configure --prefix=/usr --disable-threads --enable-app && make && sudo make install);