mirror of
https://github.com/n1trux/awesome-sysadmin.git
synced 2025-01-19 20:33:59 +00:00
8 lines
186 B
YAML
8 lines
186 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --allow-redirect --white-list bestpractical.com/rt,mogilefs,harding
|