git » libfiu » commit f1de78c

travis: Test on bionic

author Alberto Bertogli
2020-03-28 15:55:35 UTC
committer Alberto Bertogli
2020-03-28 16:01:03 UTC
parent c3cd0eee36821c5c9fda3a4698ac267b476429ff

travis: Test on bionic

This patch makes the travis-ci tests run on Ubuntu 18.04 (bionic), the
latest available.

By now 16.04 (xenial) is too old and not very representative.

.travis.yml +1 -1

diff --git a/.travis.yml b/.travis.yml
index 1259383..a027dac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 # Configuration for https://travis-ci.org/
 
-dist: xenial
+dist: bionic
 
 language: c