mirror of
https://github.com/ligurio/awesome-ci.git
synced 2024-11-27 11:34:57 -05:00
Add Travis CI config
This commit is contained in:
parent
9d3b0a41f6
commit
bc5e68a7e9
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
Loading…
Reference in a new issue