diff options
| author | Mike Taves <mwtoews@gmail.com> | 2020-04-07 21:07:09 +1200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-07 22:01:10 +0200 |
| commit | 2eac355c7354547a7b1038fe3ebb661a1c7b302f (patch) | |
| tree | 38068aedfdd32599961344278ea2af5f3db3cea8 /.travis.yml | |
| parent | 0853daaeb117c227db9c648785f3f81ef85956a3 (diff) | |
| download | PROJ-2eac355c7354547a7b1038fe3ebb661a1c7b302f.tar.gz PROJ-2eac355c7354547a7b1038fe3ebb661a1c7b302f.zip | |
Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warnings
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8dc9fc65..727db512 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,13 @@ matrix: - docker env: - BUILD_NAME=linux_gcc - - DETAILS="linux, gcc" + - DETAILS="linux, gcc-4.8" + - CC=gcc-4.8 + - CXX=g++-4.8 + addons: + apt: + packages: + - g++-4.8 - os: linux dist: xenial |
