2016-10-25 07:49:08 +02:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
node_js:
|
|
|
|
- "node"
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- rvm install 2.2
|
|
|
|
- gem install awesome_bot
|
2016-10-25 23:24:45 +02:00
|
|
|
- gem install danger
|
2016-10-25 07:49:08 +02:00
|
|
|
script:
|
|
|
|
- node test.js
|
2016-10-25 23:01:28 +02:00
|
|
|
- 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
|
2016-10-25 23:24:45 +02:00
|
|
|
- danger
|
2016-10-25 21:36:01 +02:00
|
|
|
#Whitelisted Reason
|
|
|
|
#www.invoiceplane.com awesome_bot receives error 500, works fine from browser
|
|
|
|
#notepad.cc not an actual link, mentioned in description
|
2016-10-25 23:01:28 +02:00
|
|
|
#proxy.donttrustrobots.nl site down, issue submitted: https://github.com/swiperproxy/swiperproxy/issues/27
|
|
|
|
#demo.phproject.org server issues, issue submitted: https://github.com/Alanaktion/phproject/issues/257
|
2016-10-25 23:24:45 +02:00
|
|
|
#dev.webtrees.net 403 error only in trvis ci, works fine from browser
|