mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-14 19:02:00 +00:00
Merge pull request #532 from QuinnyPig/travis
Whitelisting hacker news for firewall issues in link checker
This commit is contained in:
commit
9e803f5369
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
script: awesome_bot README.md --allow-redirect --allow-dupe --allow 429 -w .amazonaws.com,news.ycombinator.com
|
||||
|
|
Loading…
Reference in a new issue