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.

29 lines
1.1 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. language: node_js
  2. node_js:
  3. - "node"
  4. before_install:
  5. - rvm install 2.2
  6. - gem install awesome_bot
  7. - gem install bundler
  8. - bundle install
  9. script:
  10. - echo $TRAVIS_PULL_REQUEST
  11. - |
  12. if [ $TRAVIS_PULL_REQUEST = 'false' ]; then
  13. node test.js README.md
  14. awesome_bot README.md --allow-dupe --allow-redirect --allow-ssl -w notepad.cc,www.invoiceplane.com,proxy.donttrustrobots.nl,demo.phproject.org,dev.webtrees.net
  15. else
  16. git diff master.. -U0 README.md | grep -Po "(?<=^\+).*" >> temp.md
  17. node test.js temp.md
  18. awesome_bot temp.md --allow-redirect'
  19. fi
  20. - bundle exec danger --verbose
  21. #####awesome_bot#####
  22. #Whitelisted Reason
  23. #www.invoiceplane.com awesome_bot receives error 500, works fine from browser
  24. #notepad.cc not an actual link, mentioned in description
  25. #proxy.donttrustrobots.nl site down, issue submitted: https://github.com/swiperproxy/swiperproxy/issues/27
  26. #demo.phproject.org server issues, issue submitted: https://github.com/Alanaktion/phproject/issues/257
  27. #dev.webtrees.net 403 error only in trvis ci, works fine from browser