mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
11 lines
169 B
YAML
11 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
|