diff options
author | Graham Krizek <graham@krizek.io> | 2018-12-28 08:26:14 -0600 |
---|---|---|
committer | Graham Krizek <graham@krizek.io> | 2018-12-28 08:26:31 -0600 |
commit | a3b8b43663535f865646455001463217ba1132b4 (patch) | |
tree | 00b4fc917c4d3e501a59c564ea5c77156677c2b0 /.travis.yml | |
parent | cc7ad2f3d9fdd02a33367967685c1d67d93464e1 (diff) |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |