diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-25 23:25:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-26 11:31:38 +0200 |
commit | b0d41faeaa3021734c2c2dd2fd5ef42c801277c0 (patch) | |
tree | b1c7f843f47369265fe3c0d23bea51800dc2fd0b /.travis.yml | |
parent | aae22fdbd51cf344fe30d7c53fe98238545a53aa (diff) | |
download | curl-b0d41faeaa3021734c2c2dd2fd5ef42c801277c0.tar.gz |
travis: disable ngtcp2 builds (temporarily)
Just too many API changes right now
Closes #4264
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 28 |
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 |