From e0aa6ef252d707cff68ce0dd51a3debec5765a39 Mon Sep 17 00:00:00 2001 From: Sryder <sryder13@gmail.com> Date: Sat, 16 May 2020 00:02:33 +0100 Subject: [PATCH] Use bionic to build focal version because it has GCC 4.8? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2693236b..380145250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -451,7 +451,7 @@ matrix: - p7zip-full - gcc-4.8 compiler: gcc-4.8 - dist: focal + dist: bionic if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1") AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1")) AND env(DPL_TERMINATE_MAIN) != "1" -- GitLab