aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-09-02 18:02:49 -0700
committerMarco Poletti <poletti.marco@gmail.com>2019-09-02 18:02:49 -0700
commit1f09ab1a9a792f8bb3a9f9a4da0d085341b5ea34 (patch)
treef0002263d84f0bf7a1a0037b6173c3f2d7239ef9 /.travis.yml
parent22fc35a5f003e5658d2b001dbe362c45603d1db9 (diff)
downloadgoogle-fruit-1f09ab1a9a792f8bb3a9f9a4da0d085341b5ea34.tar.gz
Use GCC 6 as minimum GCC version in OS X CI tests. The GCC 5 brew package now fails with 'fatal error: _stdio.h: No such file or directory'.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 1544ef6..9e1c79f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -185,17 +185,17 @@ matrix:
script: export OS=linux; export COMPILER='clang-3.9'; export STL='libstdc++';
export UBUNTU='16.04'; extras/scripts/postsubmit.sh DebugPlain
- compiler: gcc
- env: COMPILER=gcc-5 TEST=ReleasePlain
- install: export OS=osx; export COMPILER='gcc-5'; extras/scripts/travis_ci_install_osx.sh
+ env: COMPILER=gcc-6 TEST=ReleasePlain
+ install: export OS=osx; export COMPILER='gcc-6'; extras/scripts/travis_ci_install_osx.sh
os: osx
osx_image: xcode11.4
- script: export OS=osx; export COMPILER='gcc-5'; extras/scripts/postsubmit.sh ReleasePlain
+ script: export OS=osx; export COMPILER='gcc-6'; extras/scripts/postsubmit.sh ReleasePlain
- compiler: gcc
- env: COMPILER=gcc-5 TEST=DebugPlain
- install: export OS=osx; export COMPILER='gcc-5'; extras/scripts/travis_ci_install_osx.sh
+ env: COMPILER=gcc-6 TEST=DebugPlain
+ install: export OS=osx; export COMPILER='gcc-6'; extras/scripts/travis_ci_install_osx.sh
os: osx
osx_image: xcode11.4
- script: export OS=osx; export COMPILER='gcc-5'; extras/scripts/postsubmit.sh DebugPlain
+ script: export OS=osx; export COMPILER='gcc-6'; extras/scripts/postsubmit.sh DebugPlain
- compiler: gcc
env: COMPILER=gcc-9 TEST=ReleasePlain
install: export OS=osx; export COMPILER='gcc-9'; extras/scripts/travis_ci_install_osx.sh