mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-13 02:12:02 +00:00
14678a9aa3
There's a known issue in awesome_bot; whitelisting swagger.io to silence the warning pending upstream fix.
4 lines
185 B
YAML
4 lines
185 B
YAML
language: ruby
|
|
rvm: 2.2
|
|
before_script: gem install awesome_bot
|
|
script: awesome_bot README.md --allow-redirect --allow-dupe --allow 429 -w .amazonaws.com,news.ycombinator.com,swagger.io
|