git » kxd » commit 2ec7193

travis: Test on Ubuntu 18.04 (bionic)

author Alberto Bertogli
2020-03-29 10:43:50 UTC
committer Alberto Bertogli
2020-03-29 10:43:50 UTC
parent 673ecd238f3bc5c06a427436de4a696676c919bc

travis: Test on Ubuntu 18.04 (bionic)

Travis CI's default tests run on Ubuntu 16.04 (xenial), which is quite
old, and can produce results that are not very representative.

This patch makes the test run on Ubuntu 18.04 (bionic) which is the
latest one available.

.travis.yml +2 -0

diff --git a/.travis.yml b/.travis.yml
index 1a4ad77..69da01f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
 # Configuration for https://travis-ci.org/
 
+dist: bionic
+
 language: go
 go_import_path: blitiri.com.ar/go/kxd