Fix dependencies
This commit is contained in:
22
vendor/github.com/testcontainers/testcontainers-go/.travis.yml
generated
vendored
Normal file
22
vendor/github.com/testcontainers/testcontainers-go/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.11.4
|
||||
|
||||
install: true
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
before_script:
|
||||
- go get gotest.tools/gotestsum
|
||||
|
||||
script:
|
||||
- go mod verify
|
||||
- go mod tidy
|
||||
- scripts/checks.sh
|
||||
- go vet ./...
|
||||
- gotestsum --format short-verbose ./...
|
||||
|
||||
Reference in New Issue
Block a user