1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-12 09:51:57 +00:00

Whitelist swagger.io due to bug

There's a known issue in awesome_bot; whitelisting swagger.io to
silence the warning pending upstream fix.
This commit is contained in:
Corey Quinn 2018-07-24 11:03:10 -04:00
parent fd3aee9333
commit 14678a9aa3

View file

@ -1,4 +1,4 @@
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
script: awesome_bot README.md --allow-redirect --allow-dupe --allow 429 -w .amazonaws.com,news.ycombinator.com,swagger.io