Warn on awesomebot fails

pull/892/head
nrew225 2016-12-16 19:16:11 -06:00
parent 6b25d7f2a5
commit 27c69ae1fd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_script:
script:
- git diff master.. -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md || (exit 0)
- node test.js temp.md
- awesome_bot temp.md --allow-redirect --allow-ssl || (exit 0)
- awesome_bot temp.md --allow-redirect || (exit 0)
- danger --verbose
notifications: