1
0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-09-20 08:02:59 +00:00
webcheck/vendor/github.com/montanaflynn/stats/.travis.yml

21 lines
275 B
YAML
Raw Normal View History

language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
before_install:
- sudo pip install codecov
script:
- go test
after_success:
- codecov
notifications:
email:
recipients:
- montana@montanaflynn.me
on_success: change
on_failure: always