Files
gin-swagger/.travis.yml
T
2020-10-24 17:18:15 +08:00

15 lines
195 B
YAML

language: go
go:
- 1.13.x
- 1.14.x
matrix:
fast_finish: true
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)