From 6e5ef025c5497db86c08f2e1b5315df4c7d99744 Mon Sep 17 00:00:00 2001 From: Roee Shapira Date: Mon, 17 Aug 2020 00:33:31 +0300 Subject: [PATCH] CI changes. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c80d1b..623fbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ dist: bionic language: node_js node_js: - - 'lts/*' + - node + - lts/* after_success: - - npm install -g nyc coveralls - - nyc npm test - - nyc report --reporter=text-lcov | coveralls + - npm install -g coveralls + - jest --coverage && coveralls < coverage/lcov.info