mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-12 09:51:57 +00:00
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
|