dnscrypt-proxy/vendor/github.com/go-toolsmith/astfmt/.travis.yml

10 lines
169 B
YAML

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 ./...