From 338a5a98ee17b44cfc5381478cd755dfa2be6a72 Mon Sep 17 00:00:00 2001 From: rofrischmann Date: Wed, 14 Sep 2016 21:34:10 +0200 Subject: [PATCH] fixed travis build error for PRs --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f30a00..3881357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,10 @@ node_js: - "5" script: - npm test - - npm run coverage addons: code_climate: repo_token: 5940bda1e073ebbb48c7e1e1fce02d627515c8c5e76915fa08dcccbfbee67f98 +after_script: + - codeclimate-test-reporter < coverage/lcov.info +notifications: + email: false