Update Travis and snapcraft to Go 1.9.2

See #4064
This commit is contained in:
Bjørn Erik Pedersen 2017-11-08 00:37:59 +01:00
parent 764f1304e1
commit 77cbd001ff
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.8.4
- 1.9.1
- 1.8.5
- 1.9.2
- tip
os:
- linux

View file

@ -37,4 +37,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go]
go:
source-tag: go1.9.1
source-tag: go1.9.2