From 5c6e18d0ae1baf398aecc94361c3d017f766ce2e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 7 Jun 2021 15:41:39 +0200 Subject: [PATCH] .travis.yml: try to fix gcc 4.8 config by updating to lucid --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index df3c0d419..fa8f35426 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: lucid addons: apt: sources: