mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +00:00
feat(travis): run tests agains go 1.12.x
This commit is contained in:
parent
8cc3a504e7
commit
a7af3e26ad
1 changed files with 5 additions and 4 deletions
|
@ -7,15 +7,16 @@ stages:
|
||||||
go:
|
go:
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
|
- 1.12.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
|
||||||
- stage: diff
|
|
||||||
go: 1.11.x
|
|
||||||
script: diff -u <(echo -n) <(gofmt -d -s .)
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
include:
|
||||||
|
- stage: diff
|
||||||
|
go: 1.12.x
|
||||||
|
script: diff -u <(echo -n) <(gofmt -d -s .)
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p bin
|
- mkdir -p bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue