diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2019-02-27 21:06:38 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2019-02-27 21:20:58 +0000 |
commit | 86ebe1d2dffdd160936992bf456eaa30de56567a (patch) | |
tree | 81803e069783fcdd2e13c6b33bf38c7093c9e8aa /.travis.yml | |
parent | 1cce958bb64c65228d74abcf4a444863d291734b (diff) | |
download | libfuse-86ebe1d2dffdd160936992bf456eaa30de56567a.tar.gz |
Travis CI: Use Xenial instead of Trusty.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7953bc8..b9f8dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: trusty +dist: xenial language: - c @@ -14,6 +14,8 @@ addons: - gcc - gcc-7 - python3-pip + - python3-setuptools + - ninja-build install: test/travis-install.sh script: test/travis-build.sh |