mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Bump Travis to Go 1.7
This commit is contained in:
parent
661c9787ea
commit
2175ea5b06
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: go
|
|||
sudo: required
|
||||
go:
|
||||
- 1.6.3
|
||||
- 1.7
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
|
@ -9,6 +10,7 @@ os:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
fast_finish: true
|
||||
script:
|
||||
- make check
|
||||
- go build -race
|
||||
|
|
Loading…
Reference in a new issue