Update .travis.yml

pull/1739/head
KatsuyaHoshii 2018-05-25 11:48:33 +09:00
parent d4d9190919
commit 7f89a4a26f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ matrix:
include:
- node_js: "10"
script:
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
- ./node_modules/.bin/grunt coverage && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
before_script:
- npm install -g istanbul coveralls
- node_js: "8"