Files
gin-swagger/.travis.yml
T
Eason Lin 1e97bf3e19 Develop
2017-06-25 17:10:32 +08:00

13 lines
193 B
YAML

language: go
go:
- 1.8.x
before_install:
- go get -t -v ./...
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)