mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
Update .travis.yml
Delete obsolete versions and update Go 1.8 to Go 1.8.1
This commit is contained in:
parent
bc8a58ff4d
commit
6f647b1711
1 changed files with 1 additions and 5 deletions
|
@ -2,12 +2,8 @@ language: go
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.4.3
|
|
||||||
env: NOVET=true # No bundled vet.
|
|
||||||
- go: 1.5.4
|
|
||||||
- go: 1.6.4
|
|
||||||
- go: 1.7.5
|
- go: 1.7.5
|
||||||
- go: 1.8
|
- go: 1.8.1
|
||||||
- go: tip
|
- go: tip
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in a new issue