1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-05-02 13:59:46 +00:00

Let travis test against go-tip

This commit is contained in:
Ariejan de Vroom 2015-06-11 00:22:22 +02:00 committed by bep
parent bee46915d0
commit 3ab00e6e64

View file

@ -2,6 +2,10 @@ language: go
go:
- 1.3
- 1.4.2
- tip
matrix:
allow_failures:
- go: tip
script:
- go test ./...
- go build