Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-03-26 18:09:58 +0300
committerAnthony Fok <foka@debian.org>2018-03-26 18:09:58 +0300
commit511d5d3b7681cb76822098f430ed6862232ca529 (patch)
tree29003ae2b1536041f017f4f4b75dc135e770a633 /.travis.yml
parent8299fa885c1219554f848ffbb5ea6aa4b9506376 (diff)
travis: Move to Ubuntu Trusty image
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"