robocar-base/vendor/github.com/testcontainers/testcontainers-go/.travis.yml

26 lines
296 B
YAML

language: go
go:
- stable
- 1.x
- 1.14.x
- 1.15.x
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 ./...