mirror of
https://github.com/ligurio/awesome-ci.git
synced 2024-12-04 11:46:51 -05:00
18 lines
260 B
YAML
18 lines
260 B
YAML
|
language: ruby
|
||
|
|
||
|
rvm:
|
||
|
- 2.2
|
||
|
|
||
|
before_script:
|
||
|
- gem install awesome_bot
|
||
|
|
||
|
script:
|
||
|
- awesome_bot README.md --allow-redirect --allow-ssl
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
recipients:
|
||
|
- estetus+travis-ci@gmail.com
|
||
|
on_success: change
|
||
|
on_failure: always
|