wg-quicker/vendor/github.com/go-toolsmith/astequal/.travis.yml

9 lines
168 B
YAML
Raw Normal View History

2022-01-07 20:20:48 +01: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 ./...