summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-27 17:03:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-27 17:06:07 +0200
commitc927686c734889316195e1b50748bcac4e30fbc6 (patch)
tree3c3189be752415901b13e740e55454b49232e35d
parent5b3be0729c380661b8db8e499e31363882eb9129 (diff)
downloadcurl-bagder/travis-ngtcp2-again.tar.gz
travis: enable ngtcp2 builds againbagder/travis-ngtcp2-again
Switched to the openssl-quic-draft-22 openssl branch.
-rw-r--r--.travis.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ea41be16..906684c30 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -111,20 +111,20 @@ matrix:
- *common_packages
- libpsl-dev
- libbrotli-dev
- #- os: linux
- # compiler: gcc
- # dist: xenial
- # env:
- # - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
- # - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- # addons:
- # apt:
- # sources:
- # - *common_sources
- # packages:
- # - *common_packages
- # - libpsl-dev
- # - libbrotli-dev
+ - os: linux
+ compiler: gcc
+ dist: xenial
+ env:
+ - T=novalgrind NGTCP2=yes C="--with-ssl=$HOME/ngbuild --with-ngtcp2=$HOME/ngbuild --with-nghttp3=$HOME/ngbuild --enable-alt-svc" NOTESTS=
+ - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+ addons:
+ apt:
+ sources:
+ - *common_sources
+ packages:
+ - *common_packages
+ - libpsl-dev
+ - libbrotli-dev
- os: linux
compiler: gcc
dist: xenial
@@ -424,7 +424,7 @@ before_script:
- |
if [ "$NGTCP2" = yes ]; then
(cd $HOME &&
- git clone --depth 1 -b quic-draft-22 https://github.com/tatsuhiro-t/openssl possl &&
+ git clone --depth 1 -b openssl-quic-draft-22 https://github.com/tatsuhiro-t/openssl possl &&
cd possl &&
./config enable-tls1_3 --prefix=$HOME/ngbuild &&
make && make install_sw &&