mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
7 lines
132 B
YAML
7 lines
132 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 2.2
|
||
|
before_script:
|
||
|
- gem install awesome_bot
|
||
|
script:
|
||
|
- awesome_bot README.md --allow-dupe --allow-redirect
|