From 482c771ed9227a1cc598374ee2b911aae909e15b 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 285c161c56..62f8b585cb 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