From a3b8b43663535f865646455001463217ba1132b4 Mon Sep 17 00:00:00 2001 From: Graham Krizek Date: Fri, 28 Dec 2018 08:26:14 -0600 Subject: Update Travis base OS to Xenial Updating the base OS used in Travis to Xenial from Trusty. This also updates Docker to 18.06 instead of 17.06 in CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7abc6e8ffd..258fd1b1c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial os: linux language: minimal cache: -- cgit v1.2.3