From: Jonathan McDowell Date: Mon, 19 Aug 2019 07:29:40 +0000 (+0100) Subject: Update Travis CI to use Ubuntu 18.04 instead of 16.04 X-Git-Tag: onak-0.6.0~26 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=be5ba2d0e5abe871511b60918ace010acddb1f5e Update Travis CI to use Ubuntu 18.04 instead of 16.04 --- diff --git a/.travis.yml b/.travis.yml index 297a19c..660749f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -dist: xenial +dist: bionic compiler: - clang - gcc