0
mirror of https://github.com/valentineus/iii-client.git synced 2025-06-05 07:13:35 +03:00

Update configuration Travis CI

This commit is contained in:
Valentin Popov 2017-09-28 23:11:47 +04:00
parent b75c1114c3
commit ed39bc6842

View File

@ -1,6 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "iojs"
- "8" - "8"
- "7" - "7"
- "6" - "6"
@ -15,9 +16,9 @@ notifications:
email: email:
- "info@valentineus.link" - "info@valentineus.link"
# before_install: before_install:
# - npm install --global nyc - npm install --global nyc
# - npm install --global codacy-coverage - npm install --global codacy-coverage
install: install:
- npm install --only=production - npm install --only=production
@ -25,12 +26,12 @@ install:
script: script:
- npm run check - npm run check
# - nyc npm run test - nyc npm run test
# - nyc report --reporter=lcov - nyc report --reporter=lcov
# after_success: after_success:
# - nyc report --reporter=lcov - nyc report --reporter=lcov
# - cat ./coverage/lcov.info | codacy-coverage - cat ./coverage/lcov.info | codacy-coverage
jobs: jobs:
include: include: