Add Go 1.5 to the Travis CI manifest

This commit is contained in:
Matthew Holt 2015-09-02 18:28:03 -06:00
parent 1f4231e1f0
commit 94becb89f6

View File

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