1
0
Fork 0
mirror of https://github.com/ligurio/awesome-ci.git synced 2025-02-17 15:46:13 -05:00
ci/.travis.yml
2018-03-19 22:45:20 +03:00

17 lines
273 B
YAML

language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --allow-ssl --allow-dupe
notifications:
email:
recipients:
- estetus+travis-ci@gmail.com
on_success: change
on_failure: always