This commit is contained in:
Dave Conway-Jones 2017-11-10 13:21:07 +00:00
parent ba3d6f33ac
commit 34a4a1b1ea
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ before_script:
- export NODE_RED_HOME=`pwd`/node_modules/node-red - export NODE_RED_HOME=`pwd`/node_modules/node-red
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0 coveralls) - (cd $NODE_RED_HOME ; npm install nock@~0.48.0 coveralls)
- export - export
- pwd
- which grunt - which grunt
- grunt --version - grunt --version
- pwd
- ls -l
script: script:
- istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage - istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage