pgweb/vendor/gopkg.in/gin-contrib/sse.v0/.travis.yml

15 lines
201 B
YAML
Raw Normal View History

2017-01-20 22:21:18 +03:00
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)