mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Update the Travis Go versions
This commit is contained in:
parent
b5d8e8f46a
commit
ee4055870c
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ matrix:
|
|||
- go: 1.4.3
|
||||
env: NOVET=true # No bundled vet.
|
||||
- go: 1.5.4
|
||||
- go: 1.6.3
|
||||
- go: 1.7
|
||||
- go: 1.6.4
|
||||
- go: 1.7.5
|
||||
- go: 1.8
|
||||
- go: tip
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
|
Loading…
Reference in a new issue