mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-07-09 04:10:15 +02:00
8 lines
198 B
YAML
8 lines
198 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --white-list github.com,jazz.net,yandex.com --allow-redirect --set-timeout 5 --allow-timeout
|