Merge pull request #1360 from rouault/travis_gcc_4_8_fix

.travis.yml: try to fix gcc 4.8 config by updating to xenial
This commit is contained in:
Even Rouault 2021-06-07 15:48:42 +02:00 committed by GitHub
commit 2624908517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ matrix:
- os: linux
compiler: g++-4.8
env: OPJ_CI_CC=gcc-4.8 OPJ_CI_CXX=g++-4.8 OPJ_CI_ABI_CHECK=1
dist: precise
dist: xenial
addons:
apt:
sources: