gowiki/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml
2016-09-05 22:49:40 +02:00

10 lines
188 B
YAML

language: go
go:
- 1.5
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go test -v -race ./...