mirror of
https://github.com/ripienaar/free-for-dev.git
synced 2025-04-30 01:28:50 +01:00
8 lines
211 B
YAML
8 lines
211 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,debugmail.io --allow-redirect --set-timeout 5 --allow-timeout
|