lazydocker/vendor/github.com/jesseduffield/asciigraph/.travis.yml
2019-07-03 23:41:37 +10:00

19 lines
264 B
YAML

language: go
go:
- "1.x"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- master
install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- go test -v -race ./.
- goveralls -service=travis-ci
notifications:
email: false