1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-23 15:17:19 +00:00

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
go:
- 1.3
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- go test ./...