mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 15:40:21 +00:00
12 lines
169 B
YAML
12 lines
169 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 2.2
|
||
|
before_script:
|
||
|
- gem install awesome_bot
|
||
|
- gem install danger
|
||
|
script:
|
||
|
- awesome_bot README.md
|
||
|
- danger
|
||
|
notifications:
|
||
|
email: false
|