diff options
| author | David Bremner <david@tethera.net> | 2019-03-06 09:18:32 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-03-06 09:29:30 -0400 |
| commit | 35addc95aef546db8fee90a181518fedd50148cd (patch) | |
| tree | 272eeeae750cb6d9f140cbea2064db040643b401 | |
| parent | d124c0e416bb59cc4cbdca7694bae7097dcee810 (diff) | |
travis: switch to xenial build env
In principle we'd like everything to work with ancient versions. In
practice someone needs drive that effort.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 79802b7b..a2caf010 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: c -dist: trusty -sudo: false +dist: xenial addons: apt: |
