aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-25 23:25:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-26 11:31:38 +0200
commitb0d41faeaa3021734c2c2dd2fd5ef42c801277c0 (patch)
treeb1c7f843f47369265fe3c0d23bea51800dc2fd0b /.travis.yml
parentaae22fdbd51cf344fe30d7c53fe98238545a53aa (diff)
travis: disable ngtcp2 builds (temporarily)
Just too many API changes right now Closes #4264
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index 99466201a..9ea41be16 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