rclone/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml

11 lines
188 B
YAML
Raw Normal View History

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