diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | Dangerfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2cc8d9c2..0269051c 100644 --- a/.travis.yml +++ b/.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: @@ -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 |