aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-03-29 10:05:54 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-03-29 10:05:54 -0700
commit156e5418107a2c27da3e071cca3a407b9d286e28 (patch)
tree61c4410eab50afca7723fdf95d566de1ef276940 /.travis.yml
parent452ff1cfc31035dc36f253449b5cbb89b3f2e43d (diff)
downloadgoogle-fruit-156e5418107a2c27da3e071cca3a407b9d286e28.tar.gz
Don't run CI tests with GCC 6 in Ubuntu 16.04, it's not installed there.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index ff3458d..5077aeb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -141,18 +141,6 @@ matrix:
script: export OS=linux; export COMPILER='clang-7.0'; export STL='libstdc++';
export UBUNTU='18.04'; extras/scripts/postsubmit.sh DebugAsanUbsanNoPch
- compiler: gcc
- env: COMPILER=gcc-6 UBUNTU=16.04 TEST=ReleasePlain
- install: export OS=linux; export COMPILER='gcc-6'; export UBUNTU='16.04'; extras/scripts/travis_ci_install_linux.sh
- os: linux
- script: export OS=linux; export COMPILER='gcc-6'; export UBUNTU='16.04'; extras/scripts/postsubmit.sh
- ReleasePlain
- - compiler: gcc
- env: COMPILER=gcc-6 UBUNTU=16.04 TEST=DebugPlain
- install: export OS=linux; export COMPILER='gcc-6'; export UBUNTU='16.04'; extras/scripts/travis_ci_install_linux.sh
- os: linux
- script: export OS=linux; export COMPILER='gcc-6'; export UBUNTU='16.04'; extras/scripts/postsubmit.sh
- DebugPlain
- - compiler: gcc
env: COMPILER=gcc-5 UBUNTU=16.04 TEST=ReleasePlain
install: export OS=linux; export COMPILER='gcc-5'; export UBUNTU='16.04'; extras/scripts/travis_ci_install_linux.sh
os: linux