diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-06-07 15:41:39 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-06-07 15:43:05 +0200 |
| commit | b5ec98f14f1947bc75eb76969ad5322490ae8e4c (patch) | |
| tree | 4184deda284327184250eee6deec7cf62b6b811f /.travis.yml | |
| parent | e7d908d201a0fef9a619a537dae241341975cab9 (diff) | |
.travis.yml: try to fix gcc 4.8 config by updating to xenial
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index df3c0d41..a7cd4a48 100644 --- a/.travis.yml +++ b/.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: |
