mirror of
https://github.com/spf13/cobra
synced 2025-07-07 19:47:18 +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
|
- diff
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
go:
|
||||||
|
- 1.10.x
|
||||||
|
- 1.11.x
|
||||||
|
- tip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.10.x
|
|
||||||
- go: 1.11.x
|
|
||||||
- go: tip
|
|
||||||
- stage: diff
|
- stage: diff
|
||||||
go: 1.11.x
|
go: 1.11.x
|
||||||
script: diff -u <(echo -n) <(gofmt -d -s .)
|
script: diff -u <(echo -n) <(gofmt -d -s .)
|
||||||
|
|
Loading…
Add table
Reference in a new issue