mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Get Travis config up-to-date
This commit is contained in:
parent
336d629de0
commit
0f866a6211
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,9 +1,14 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.3.3
|
- 1.4.3
|
||||||
- 1.4.2
|
- 1.5.4
|
||||||
- 1.5.1
|
- 1.6.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- mkdir -p bin
|
- mkdir -p bin
|
||||||
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck
|
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck
|
||||||
|
|
Loading…
Reference in a new issue