workgroups/vendor/github.com/go-toolsmith/astequal/.travis.yml

9 lines
168 B
YAML
Raw Normal View History

2021-09-24 17:34:17 +02:00
language: go
go:
- 1.x
install:
- # Prevent default install action "go get -t -v ./...".
script:
- go get -t -v ./...
- go tool vet .
- go test -v -race ./...