From 39e99c173538803f474b1cf09d7141a8522d6af4 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Thu, 13 Jul 2017 00:06:33 -0300 Subject: [PATCH] Travis: codecov integration --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a76a8eb..49fb59c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - gcc-4.8 - g++-4.8 script: - - npm run test + - npm run test:coverage - npm run example:ci branches: only: @@ -27,5 +27,4 @@ deploy: on: branch: master after_success: - - npm run test:coverage - codecov \ No newline at end of file