From d1fc3bb2efaae120cbd1222b1c24fad46c01d224 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Fri, 5 Jan 2018 21:09:37 +0100 Subject: [PATCH] Switch codeclimate reporting method --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34336b1..624e409 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ notifications: secure: KTdW1lnaIENmRYqpS9PRQXBeaHMomBXKriUcuDa6hVhAh5IOYEaH8Uo9viRcp0JJT3mU6OB5Few9S9riHrpIPl5Nq/Ip6NzOnzbM4/6+tqo7WK3IuNsDMrYW2afrx65W3Y7ESBBcA01LEcPWywFYbyg284JRFRUUaKWxiwL+b1g= after_success: - npm install codeclimate-test-reporter - - codeclimate-test-reporter < coverage/lcov.info \ No newline at end of file + - codeclimate-test-reporter < __coverage__/lcov.info \ No newline at end of file