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,6 +1,6 @@
language: go language: go
go: go:
- 1.1 - tip
script: script:
- go test ./... - go test ./...
- go build - go build