mirror of
https://github.com/spf13/cobra
synced 2024-11-16 10:47:09 +00:00
Update travis to use more versions of go
This commit is contained in:
parent
6d70311770
commit
79996f7fcf
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.3.3
|
||||
- 1.4.2
|
||||
- 1.5.1
|
||||
- tip
|
||||
script:
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in a new issue