travis: update non-OpenSSL Linux jobs to Bionic

For the OpenSSL builds, test 323 [TLS-SRP to non-TLS-SRP server] is
failing with "curl returned 52, when expecting 35".

Closes https://github.com/curl/curl/pull/4872
This commit is contained in:
Marcel Raad 2020-02-02 09:56:21 +01:00
parent 70ae5c46ef
commit 27956e9634
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02
1 changed files with 20 additions and 20 deletions

View File

@ -65,7 +65,7 @@ matrix:
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1 - T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@ -79,7 +79,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
before_install: before_install:
# Install and use the current stable release of Go # Install and use the current stable release of Go
- gimme --list - gimme --list
@ -97,7 +97,7 @@ matrix:
- *common_packages - *common_packages
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
before_install: before_install:
# Install and use the current stable release of Go # Install and use the current stable release of Go
- gimme --list - gimme --list
@ -130,7 +130,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=debug-wolfssl C="--with-wolfssl --without-ssl" - T=debug-wolfssl C="--with-wolfssl --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@ -144,7 +144,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=debug-mesalink C="--with-mesalink --without-ssl" - T=debug-mesalink C="--with-mesalink --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@ -207,7 +207,7 @@ matrix:
- libmbedtls-dev - libmbedtls-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=debug C="--with-gnutls --without-ssl" - T=debug C="--with-gnutls --without-ssl"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -215,7 +215,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -224,7 +224,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss" - T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -232,7 +232,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -269,7 +269,7 @@ matrix:
env: T=cmake env: T=cmake
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=cmake - T=cmake
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@ -283,7 +283,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=cmake - T=cmake
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -291,7 +291,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -315,7 +315,7 @@ matrix:
- libssh2-1-dev - libssh2-1-dev
- os: linux - os: linux
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=distcheck - T=distcheck
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@ -329,7 +329,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=fuzzer - T=fuzzer
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -337,7 +337,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -345,7 +345,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=tidy - T=tidy
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -353,7 +353,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -362,7 +362,7 @@ matrix:
- libbrotli-dev - libbrotli-dev
- os: linux - os: linux
compiler: clang compiler: clang
dist: xenial dist: bionic
env: env:
- T=scan-build - T=scan-build
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7" - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
@ -370,7 +370,7 @@ matrix:
apt: apt:
sources: sources:
- *common_sources - *common_sources
- llvm-toolchain-xenial-7 - llvm-toolchain-bionic-7
packages: packages:
- *common_packages - *common_packages
- clang-7 - clang-7
@ -395,7 +395,7 @@ matrix:
- os: linux - os: linux
arch: arm64 arch: arm64
compiler: gcc compiler: gcc
dist: xenial dist: bionic
env: env:
- T=debug C="--enable-alt-svc" - T=debug C="--enable-alt-svc"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8" - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"