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

10 lines
169 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 ./...