travis: disable ngtcp2 builds (temporarily)

Just too many API changes right now

Closes #4264
This commit is contained in:
Daniel Stenberg 2019-08-25 23:25:20 +02:00
parent aae22fdbd5
commit b0d41faeaa
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 14 additions and 14 deletions

View File

@ -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