summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-21 08:29:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-21 11:33:31 +0200
commit7037891fa3697a83fc3b2a6c8b934ff2ca0bfe36 (patch)
tree2a5302e255070c5741343ff96704fe824cbd2dd3
parent216dd886e7ee5558f0a2b1fbb492b321d8d32687 (diff)
downloadcurl-7037891fa3697a83fc3b2a6c8b934ff2ca0bfe36.tar.gz
travis: bump to using nghttp2 version 1.39.2
Closes #4252
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 827b86f7d..20ade5b3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ cache:
directories:
- $HOME/wolfssl-4.0.0-stable
- $HOME/mesalink-1.0.0
- - $HOME/nghttp2-1.34.0
+ - $HOME/nghttp2-1.39.2
env:
global:
@@ -466,11 +466,11 @@ before_script:
fi
- |
if [ $TRAVIS_OS_NAME = linux ]; then
- if [ ! -e $HOME/nghttp2-1.34.0/Makefile ]; then
+ if [ ! -e $HOME/nghttp2-1.39.2/Makefile ]; then
(cd $HOME && \
- curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.34.0/nghttp2-1.34.0.tar.gz |
+ curl -L https://github.com/nghttp2/nghttp2/releases/download/v1.39.2/nghttp2-1.39.2.tar.gz |
tar xzf - && \
- cd nghttp2-1.34.0 && \
+ cd nghttp2-1.39.2 && \
CXX="g++-8" CC="gcc-8" CFLAGS="" LDFLAGS="" LIBS="" ./configure --disable-threads --enable-app && \
make)
fi
@@ -479,7 +479,7 @@ before_script:
if [ $TRAVIS_OS_NAME = linux ]; then
(cd $HOME/wolfssl-4.0.0-stable && sudo make install)
(cd $HOME/mesalink-1.0.0 && sudo make install)
- (cd $HOME/nghttp2-1.34.0 && sudo make install)
+ (cd $HOME/nghttp2-1.39.2 && sudo make install)
fi
script: