Update Travis config to run against more versions on faster CI

This commit is contained in:
Dan Buch 2015-06-11 01:27:57 -04:00
parent 616b730509
commit e04e926f10

View File

@ -1,5 +1,12 @@
language: go language: go
go: 1.1 sudo: false
go:
- 1.0.3
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
script: script:
- go vet ./... - go vet ./...