1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 09:22:58 +00:00
mondash/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml

11 lines
187 B
YAML
Raw Normal View History

2016-01-23 12:07:07 +00:00
language: go
go:
2016-03-27 18:46:08 +00:00
- 1.5
2016-01-23 12:07:07 +00:00
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d ./)
- go tool vet ./
- go test -v -race ./...