diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-23 11:01:57 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-25 22:35:23 +0100 |
commit | c3149cecf3bee2ae4360d5d46dffd5fc4330539e (patch) | |
tree | d6d406e09c597391c593443d5c0d624f487e22cd /.travis.yml | |
parent | 681203f951d13e9e8eaf772435cac28c6d74cd42 (diff) | |
download | libquotient-c3149cecf3bee2ae4360d5d46dffd5fc4330539e.tar.gz libquotient-c3149cecf3bee2ae4360d5d46dffd5fc4330539e.zip |
.travis.yml: be explicit about using trusty
Travis CI switched to xenial by default since some time ago.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3aaa4039..0d314cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: cpp +dist: trusty addons: apt: |