mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Have travis build with latest go.
This commit is contained in:
parent
cb04053385
commit
fa2e58fd4a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.1
|
- tip
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- go build
|
- go build
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
|
|
Loading…
Reference in a new issue