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-06-15 00:50:25 +0300
committerAnthony Fok <foka@debian.org>2018-06-15 00:50:25 +0300
commit23d5fc82ee01d56440d0991c899acd31e9b63e27 (patch)
treec12f3d6e148ba17d88f06f9a6e4fc4fe82ac5382 /.travis.yml
parent8531ec7ca36fd35a57fba06bbb06a65c94dfd3ed (diff)
Update to Go 1.9.7 and Go 1.10.3
for Travis CI, Docker and Snap
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b5328e33d..b04528203 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ dist: trusty
git:
depth: false
go:
- - 1.9.5
- - "1.10.1"
+ - 1.9.7
+ - "1.10.3"
- tip
os:
- linux