pgweb/vendor/gopkg.in/gin-contrib/sse.v0/.travis.yml
2017-01-20 13:21:18 -06:00

15 lines
201 B
YAML

language: go
sudo: false
go:
- 1.6.4
- 1.7.4
- tip
git:
depth: 3
script:
- go test -v -covermode=count -coverprofile=coverage.out
after_success:
- bash <(curl -s https://codecov.io/bash)