Merge pull request #341 from meitar/travis-fixup

Amazon.com says HTTP 503 often, so allow that but do not whitelist.
This commit is contained in:
Meitar M 2020-01-26 22:23:44 -05:00 committed by GitHub
commit 2183c40278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,4 @@ install:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list "creativecommons.org,mvfjfugdwgc5uwho.onion,www.mhprofessional.com,www.derbycon.com,ghostproject.fr,www.zoomeye.org,www.amazon.com,packetstormsecurity.com,www.shodan.io"
- awesome_bot README.md --allow-redirect --allow 503 --white-list "creativecommons.org,mvfjfugdwgc5uwho.onion,www.mhprofessional.com,www.derbycon.com,www.zoomeye.org,packetstormsecurity.com,www.shodan.io"