termdash/.travis.yml

16 lines
351 B
YAML
Raw Normal View History

language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- stable
script:
- go get -t ./...
- go test ./...
- go test -race ./...
- go vet ./...
- diff -u <(echo -n) <(gofmt -d -s .)
2018-07-02 05:23:35 +08:00
- diff -u <(echo -n) <(./scripts/autogen_licences.sh .)
after_success:
- ./scripts/coverage.sh