diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-07-20 18:16:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 18:16:55 +0200 |
commit | 2a891ca6b19b021550ebb9b9fb610d0c4baf82c4 (patch) | |
tree | 7ce86b54d2d948859598dd4f97ef2a8ef26ab039 /.travis.yml | |
parent | 78c2f122e067f8bab62deb7ef758708721f4a9ba (diff) | |
parent | 7e884740f1b4350d0e03b710e3cf2c6d4186f050 (diff) | |
download | Shaarli-2a891ca6b19b021550ebb9b9fb610d0c4baf82c4.tar.gz Shaarli-2a891ca6b19b021550ebb9b9fb610d0c4baf82c4.tar.zst Shaarli-2a891ca6b19b021550ebb9b9fb610d0c4baf82c4.zip |
Merge pull request #1499 from ArthurHoaro/fix/travis-74-build
Travis CI: upgrade distribution and remove deprecated sudo
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f466c317..d04a45d1 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,5 +1,4 @@ | |||
1 | sudo: false | 1 | dist: bionic |
2 | dist: trusty | ||
3 | 2 | ||
4 | matrix: | 3 | matrix: |
5 | include: | 4 | include: |