2
0
Files
gin-sse/.travis.yml
T
2019-01-24 17:39:53 +08:00

20 lines
248 B
YAML

language: go
sudo: false
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- master
git:
depth: 10
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)