Mirror of Awesome Self Hosted
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
727 B

  1. language: node_js
  2. node_js:
  3. - "node"
  4. before_install:
  5. - rvm install 2.2
  6. - gem install awesome_bot
  7. script:
  8. - node test.js
  9. - awesome_bot README.md --allow-dupe --allow-redirect -w scrollback.io,dev.sigpipe.me,svn.redmine.org,notepad.cc,www.invoiceplane.com,proxy.donttrustrobots.nl
  10. #Whitelisted Reason
  11. #scrollback.io certificate issue
  12. #dev.sigpipe.me certificate issue
  13. #svn.redmine.org certificate error
  14. #www.invoiceplane.com awesome_bot receives error 500, works fine from browser
  15. #notepad.cc not an actual link, mentioned in description
  16. #proxy.donttrustrobots.nl site down issue submitted: https://github.com/swiperproxy/swiperproxy/issues/27