From 4356f3d243442d81e7f4536419f93758235ec456 Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 20 May 2020 20:13:25 -0400 Subject: [PATCH] travis: test on Ubuntu 18 This is a more current Ubuntu LTS release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 58c9551..2e3e116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: bionic os: linux