golangconf2019-challenge/.travis.yml

9 lines
166 B
YAML
Raw Permalink Normal View History

language: go
go:
- 1.x
install:
- # Prevent default install action "go get -t -v ./...".
script:
- go test -v -race ./...
- diff -u <(echo -n) <(gofmt -d ./)