Update go dependencies
This commit is contained in:
parent
f9624cbe46
commit
307bf76454
280 changed files with 54728 additions and 2991 deletions
17
vendor/gopkg.in/gavv/httpexpect.v2/.travis.yml
generated
vendored
Normal file
17
vendor/gopkg.in/gavv/httpexpect.v2/.travis.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
language: go
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.12.x
|
||||
|
||||
before_install:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
||||
script:
|
||||
- go get -v -t . ./_examples
|
||||
- go test -coverprofile profile.cov .
|
||||
- go test ./_examples
|
||||
- ${GOPATH}/bin/golangci-lint run ./...
|
||||
- ${GOPATH}/bin/goveralls -coverprofile profile.cov -service=travis-ci
|
||||
Loading…
Add table
Add a link
Reference in a new issue