travis: enable testing under go 1.3

This commit is contained in:
Michael Marineau 2014-08-24 18:13:02 -07:00
parent 18a65f7dac
commit b1e88284ca

View File

@ -1,8 +1,10 @@
language: go
go: 1.2
go:
- 1.3
- 1.2
install:
- go get code.google.com/p/go.tools/cmd/cover
script:
- ./test
- ./test