mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
15 lines
201 B
YAML
15 lines
201 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
script:
|
|
- ./.travis.gogenerate.sh
|
|
- ./.travis.gofmt.sh
|
|
- ./.travis.govet.sh
|
|
- go test -v -race $(go list ./... | grep -v vendor)
|