git » spf » commit 9418f61

travis: Update to bionic

author Alberto Bertogli
2020-05-22 21:11:34 UTC
committer Alberto Bertogli
2020-05-22 21:17:55 UTC
parent 36d71281822d2db67278a0837abdb854f578bc36

travis: Update to bionic

This patch updates the Travis config to use the latest environment,
which should result in faster builds and less noise.

.travis.yml +1 -2

diff --git a/.travis.yml b/.travis.yml
index 11a8f22..29481a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
 # Configuration for https://travis-ci.org/
 
 language: go
-dist: trusty
-sudo: false
+dist: bionic
 
 go_import_path: blitiri.com.ar/go/spf