From 1ef07423e6bcecee9739464823d2d971e685080d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jul 2017 13:48:13 +0200 Subject: travis: and install c-ares for the nghttp2 build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1