Skip to content

Commit

Permalink
Merge pull request #1360 from rouault/travis_gcc_4_8_fix
Browse files Browse the repository at this point in the history
.travis.yml: try to fix gcc 4.8 config by updating to xenial
  • Loading branch information
rouault authored Jun 7, 2021
2 parents e7d908d + b5ec98f commit 2624908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2624908

Please sign in to comment.