Update travis to use more versions of go

This commit is contained in:
Eric Paris 2015-09-15 18:01:43 -04:00
parent 6d70311770
commit 79996f7fcf

View file

@ -1,7 +1,8 @@
language: go language: go
go: go:
- 1.3 - 1.3.3
- 1.4.2 - 1.4.2
- 1.5.1
- tip - tip
script: script:
- go test ./... - go test ./...