awesome-pentest/.travis.yml
Meitar M f9629a3c95
Add www.parrotsec.org to the whitelist as they use CloudFlare.
The `www.parrotsec.org` Web server has moved behind CloudFlare, which
returns an HTTP 503 error for the `awesome_bot` Web crawler, causing a
build failure. The domain is live and still works, but the CloudFlare
WAF does not permit the crawler to verify this.
2019-08-05 00:23:01 -04:00

14 lines
377 B
YAML

---
language: ruby
sudo: required
rvm:
- 2.4.1
install:
- sudo apt update --yes
- sudo apt install ca-certificates
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion,creativecommons.org,netsparker.com,www.shodan.io,www.parrotsec.org,www.mhprofessional.com,ghostproject.fr,www.zoomeye.org"