diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-02-11 22:18:55 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-02-13 23:30:14 +0100 |
commit | cf87687c40ec68fccefb399c0ae010167ebdb305 (patch) | |
tree | f01fc0cfc4a42cae51c5dde6d3d04a416a9e5267 | |
parent | e26a0c4f1acc82b4609aeace7590575853c62307 (diff) | |
download | Nim-cf87687c40ec68fccefb399c0ae010167ebdb305.tar.gz |
travis:upgrade to xenial (trusty end of life is april 2019) (#10643)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0e55d3aff..7ab45b1c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: c -dist: trusty +dist: xenial matrix: include: |