mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +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:
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- stage: diff
|
||||
go: 1.11.x
|
||||
script: diff -u <(echo -n) <(gofmt -d -s .)
|
||||
allow_failures:
|
||||
- go: tip
|
||||
include:
|
||||
- stage: diff
|
||||
go: 1.12.x
|
||||
script: diff -u <(echo -n) <(gofmt -d -s .)
|
||||
|
||||
before_install:
|
||||
- mkdir -p bin
|
||||
|
|
Loading…
Add table
Reference in a new issue