Merge pull request #209 from marineam/go13

travis: enable testing under go 1.3
This commit is contained in:
Michael Marineau 2014-08-25 12:26:23 -07:00
commit 6babe74716

View File

@ -1,5 +1,7 @@
language: go
go: 1.2
go:
- 1.3
- 1.2
install:
- go get code.google.com/p/go.tools/cmd/cover