From: Evgeny Vereshchagin Date: Sun, 28 Jun 2020 17:58:07 +0000 (+0200) Subject: travis: switch to Bionic X-Git-Tag: v2.36-rc2~30^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55092472e0338c4ab533a4c9b0ab5313f56e85db;p=thirdparty%2Futil-linux.git travis: switch to Bionic To judge from fc412fe4cee960, back in 2016 it was the latest version of Ubuntu available on Travis CI. Now build tools there are too old for testing purposes. Other than that, Ubuntu Trusty hasn't been supported at https://apt.llvm.org/ since August 2019, which makes it kind of hard at this point to bring the latest clang along with ASan, UBsan, Msan and libFuzzer to Travis CI. --- diff --git a/.travis.yml b/.travis.yml index a4f51f3ed0..85797e8308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c sudo: required -dist: trusty +dist: bionic git: depth: 1500