mirror of
https://github.com/spf13/cobra
synced 2025-07-06 11:07:17 +00:00
chore(travis): use language configuration list instead of explicit entries in matrix.include
This commit is contained in:
parent
2a2175e903
commit
8cc3a504e7
1 changed files with 5 additions and 3 deletions
|
@ -4,11 +4,13 @@ stages:
|
|||
- diff
|
||||
- test
|
||||
|
||||
go:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.10.x
|
||||
- go: 1.11.x
|
||||
- go: tip
|
||||
- stage: diff
|
||||
go: 1.11.x
|
||||
script: diff -u <(echo -n) <(gofmt -d -s .)
|
||||
|
|
Loading…
Add table
Reference in a new issue