1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Update Travis build to Go 1.9!

Just released: https://blog.golang.org/go1.9
This commit is contained in:
Bjørn Erik Pedersen
2017-08-25 08:08:17 +02:00
parent 7231d5a829
commit fc4a0d1704

View File

@ -2,8 +2,8 @@ language: go
sudo: required
dist: precise
go:
- 1.7.6
- 1.8.3
- 1.9
- tip
os:
- linux