Godeps
This commit is contained in:
parent
d3a51031c3
commit
198a319fd6
1361 changed files with 239071 additions and 28102 deletions
6
Godeps/_workspace/src/github.com/spf13/cobra/.travis.yml
generated
vendored
6
Godeps/_workspace/src/github.com/spf13/cobra/.travis.yml
generated
vendored
|
|
@ -4,6 +4,10 @@ go:
|
|||
- 1.4.2
|
||||
- 1.5.1
|
||||
- tip
|
||||
before_install:
|
||||
- mkdir -p bin
|
||||
- curl -Lso bin/shellcheck https://github.com/caarlos0/shellcheck-docker/releases/download/v0.4.3/shellcheck
|
||||
- chmod +x bin/shellcheck
|
||||
script:
|
||||
- go test -v ./...
|
||||
- PATH=$PATH:$PWD/bin go test -v ./...
|
||||
- go build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue