logginghandler/vendor/github.com/go-toolsmith/astp/.travis.yml
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

9 lines
168 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 ./...