Have travis build with latest go.

This commit is contained in:
spf13 2014-01-18 11:02:56 -05:00
parent cb04053385
commit fa2e58fd4a

View file

@ -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/