diff options
| author | Martin Pärtel <martin.partel@gmail.com> | 2019-03-31 13:53:54 +0300 |
|---|---|---|
| committer | Martin Pärtel <martin.partel@gmail.com> | 2019-03-31 13:53:54 +0300 |
| commit | 0617259df0a6f58092a3ee1df32536320f6a72da (patch) | |
| tree | e34d76268f6f322285700dbb07c705a0267db8fe /.travis.yml | |
| parent | fe8b3117fbc1aae4a8e44b74ebd616b9a3e28760 (diff) | |
| download | bindfs-0617259df0a6f58092a3ee1df32536320f6a72da.tar.gz | |
Switched Travis env to Xenial (from Trusty).
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 5597033..537aa7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c sudo: required -dist: trusty +dist: xenial compiler: - clang - gcc |
