diff options
author | Valentin Popov <info@valentineus.link> | 2017-09-28 22:11:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-09-28 22:11:47 +0300 |
commit | ed39bc6842cbc8151083de96f978947db792ccbc (patch) | |
tree | 70760205c811a5f38c118ad1fa8c9ede1e467658 /.travis.yml | |
parent | b75c1114c3bb412937aaef9afe8a2fb9da0c14f3 (diff) | |
download | iii-client-ed39bc6842cbc8151083de96f978947db792ccbc.tar.xz iii-client-ed39bc6842cbc8151083de96f978947db792ccbc.zip |
Update configuration Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files 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: |