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 language: go
go: 1.2 go:
- 1.3
- 1.2
install: install:
- go get code.google.com/p/go.tools/cmd/cover - go get code.google.com/p/go.tools/cmd/cover
script: script:
- ./test - ./test