mirror of
https://github.com/valentineus/iii-client.git
synced 2025-06-04 07:03:34 +03:00
Update configuration Travis CI
This commit is contained in:
parent
b75c1114c3
commit
ed39bc6842
17
.travis.yml
17
.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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user