Browse Source

.travis.yml: try to fix gcc 4.8 config by updating to xenial

pull/1360/head
Even Rouault 2 years ago
parent
commit
b5ec98f14f
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
  1. 2
      .travis.yml

2
.travis.yml

@ -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:

Loading…
Cancel
Save