diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 17:09:10 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 17:09:10 -0800 |
| commit | 6c858c7a78677dc5345f1f8c587d65658379df26 (patch) | |
| tree | 08b1542fa312f9da759ed204135528e98192603e | |
| parent | 0930f7a7972dc006c079102e292babb1ae02aa1a (diff) | |
Travis is actually running trusty. xenial isn't supported yet.0.8.1
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1acf0334b..920762510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: trusty language: c compiler: - gcc |
