Merge pull request #192 from netmml/patch-2

specify go versions to use via travis
This commit is contained in:
Matt Holt 2015-07-19 23:13:49 -06:00
commit d222a9e9f2

View File

@ -1,2 +1,7 @@
language: go
script: go test ./...
go:
- 1.4
- tip
script: go test ./...