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
go:
- 1.3
- 1.4
- 1.5.1
- release
script:
- go test -v ./...
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip