mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-25 02:53:19 +00: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
|
sudo: required
|
||||||
go:
|
go:
|
||||||
- 1.6.3
|
- 1.6.3
|
||||||
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -9,6 +10,7 @@ os:
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
fast_finish: true
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
- go build -race
|
- go build -race
|
||||||
|
|
Loading…
Reference in a new issue