Upgrading vendor folder dependencies.
This commit is contained in:
parent
4a0cbcd770
commit
acbe9ad9e5
229 changed files with 10735 additions and 4528 deletions
8
vendor/github.com/stretchr/testify/.travis.yml
generated
vendored
8
vendor/github.com/stretchr/testify/.travis.yml
generated
vendored
|
@ -3,13 +3,13 @@ language: go
|
|||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- tip
|
||||
|
||||
script:
|
||||
- ./.travis.gogenerate.sh
|
||||
- ./.travis.gofmt.sh
|
||||
- ./.travis.govet.sh
|
||||
- go test -v -race ./...
|
||||
- go test -v -race $(go list ./... | grep -v vendor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue