diff options
author | Christian Beier <[email protected]> | 2016-12-30 16:32:52 +0100 |
---|---|---|
committer | Christian Beier <[email protected]> | 2016-12-30 16:32:52 +0100 |
commit | 6b2fb4e3c8e6d3e5cf88cd2747dc3700d501b8a4 (patch) | |
tree | a66a2f24db098e19da8efc44bef69ddf126d4938 /.travis.yml | |
parent | f52c92003d429b9afe29bf198b509cfddbd70959 (diff) | |
download | libtdevnc-6b2fb4e3c8e6d3e5cf88cd2747dc3700d501b8a4.tar.gz libtdevnc-6b2fb4e3c8e6d3e5cf88cd2747dc3700d501b8a4.zip |
TravisCI: use newer dist.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 61ebe4f..e723a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: c +dist: trusty +sudo: required os: - linux |