This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/vendor/github.com/montanaflynn/stats/.travis.yml
2019-10-24 19:55:06 -04:00

20 lines
275 B
YAML

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