mirror of
https://github.com/neutraltone/awesome-stock-resources.git
synced 2025-04-28 17:56:52 +02:00
Allow redirects because of cookie walls. Allow 503 because http://impallari.com/ was suspended while being a legitimate site Allow timeout because https://www.jamendo.com/ randomly fails response. Correct white-list arguments by using commas.
7 lines
292 B
YAML
7 lines
292 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-ssl --allow-redirect --allow 503 --allow-timeout --white-list twitter.com,facebook.com,google.com,linkedin.com,shields.io,paypal.me,creativecommons.org,sil.org,choosealicense.com
|