mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update Travis build to Go 1.9!
Just released: https://blog.golang.org/go1.9
This commit is contained in:
parent
7231d5a829
commit
fc4a0d1704
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ language: go
|
|||
sudo: required
|
||||
dist: precise
|
||||
go:
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
- 1.9
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
|
|
Loading…
Reference in a new issue