diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-02-11 22:18:55 -0800 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2019-02-12 01:18:55 -0500 |
commit | 85f2ab1c43e846ec99014d8f0901f0ea65876908 (patch) | |
tree | 77713a36efc70b2a39dfa9f44f54e1fcb40f4649 /.travis.yml | |
parent | 242b6eb16c11bd4cad9dd3470396c2a760d50d78 (diff) | |
download | Nim-85f2ab1c43e846ec99014d8f0901f0ea65876908.tar.gz |
travis:upgrade to xenial (trusty end of life is april 2019) (#10643)
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 0e55d3aff..7ab45b1c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: c -dist: trusty +dist: xenial matrix: include: |