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

26 lines
296 B
YAML
Raw Normal View History

2020-03-01 16:06:34 +00:00
language: go
go:
2021-01-17 18:00:46 +00:00
- stable
- 1.x
- 1.14.x
2021-01-17 18:00:46 +00:00
- 1.15.x
2020-03-01 16:06:34 +00:00
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 ./...