From 5710ba617392306cfa25d1377cdffcbb697dcb3a Mon Sep 17 00:00:00 2001 From: Vladimir Setka Date: Sun, 10 Sep 2017 02:35:25 +0200 Subject: [PATCH] chore: run coverage and push to coveralls --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a9d457..e07581b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js cache: yarn node_js: - - "node" - - "6" \ No newline at end of file + - "6" +after_success: + - yarn coverage \ No newline at end of file