Browse Source

Warn on awesomebot fails

nrew225 8 years ago
parent
commit
6b25d7f2a5
2 changed files with 1 additions and 1 deletions
  1. 1 0
      .travis.yml
  2. 0 1
      Dangerfile

+ 1 - 0
.travis.yml

@@ -13,6 +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)
   - danger --verbose
 
 notifications:

+ 0 - 1
Dangerfile

@@ -26,7 +26,6 @@ end
 
 # Check syntax
 if has_readme_changes
- awesome_bot temp.md --allow-redirect --allow-ssl
  require 'json'
  syntaxresults = File.read 'syntaxcheck.json'
  sj = JSON.parse syntaxresults