mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 20:17:21 -04:00
Let travis test against go-tip
This commit is contained in:
parent
bee46915d0
commit
3ab00e6e64
@ -2,6 +2,10 @@ language: go
|
|||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
|
- tip
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- go build
|
- go build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user