From ed39bc6842cbc8151083de96f978947db792ccbc Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 28 Sep 2017 23:11:47 +0400 Subject: Update configuration Travis CI --- .travis.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index fde97a5..d7183d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: + - "iojs" - "8" - "7" - "6" @@ -15,9 +16,9 @@ notifications: email: - "info@valentineus.link" -# before_install: -# - npm install --global nyc -# - npm install --global codacy-coverage +before_install: + - npm install --global nyc + - npm install --global codacy-coverage install: - npm install --only=production @@ -25,12 +26,12 @@ install: script: - npm run check -# - nyc npm run test -# - nyc report --reporter=lcov + - nyc npm run test + - nyc report --reporter=lcov -# after_success: -# - nyc report --reporter=lcov -# - cat ./coverage/lcov.info | codacy-coverage +after_success: + - nyc report --reporter=lcov + - cat ./coverage/lcov.info | codacy-coverage jobs: include: -- cgit v1.2.3