From ec05dd7f5aaffb9a8d807ccfc8bff6f376923e95 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 28 Apr 2020 19:08:47 -0600 Subject: [PATCH] Update the Linux CI environment to Ubuntu Bionic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e05c8fe19f..fcef85e9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # Based on the "trust" template v0.1.1 # https://github.com/japaric/trust/tree/v0.1.1 -dist: trusty +dist: bionic language: rust services: docker