mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
Merge pull request #159 from eparis/travis
Update travis to use more versions of go
This commit is contained in:
commit
664a3ab4a3
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