Simpler travis.yml

This commit is contained in:
Ian Coleman 2015-10-16 15:33:57 +11:00
parent 79f7d1e0d2
commit 26661c31a8

View File

@ -1,10 +1,9 @@
sudo: false
language: go language: go
go: go:
- 1.3 - 1.1
- 1.4 - 1.2
- 1.5.1 - 1.3
- release - 1.4
- 1.5
script: - tip
- go test -v ./...