diff options
author | Anthony Fok <[email protected]> | 2018-03-26 09:09:58 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2018-03-26 09:09:58 -0600 |
commit | 511d5d3b7681cb76822098f430ed6862232ca529 (patch) | |
tree | 29003ae2b1536041f017f4f4b75dc135e770a633 /.travis.yml | |
parent | 8299fa885c1219554f848ffbb5ea6aa4b9506376 (diff) | |
download | hugo-511d5d3b7681cb76822098f430ed6862232ca529.tar.gz hugo-511d5d3b7681cb76822098f430ed6862232ca529.zip |
travis: Move to Ubuntu Trusty image
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 23ff50422..a5695d539 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go sudo: required -dist: precise +dist: trusty go: - 1.9.4 - "1.10" |