1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

try again

This commit is contained in:
Dave Conway-Jones 2017-11-07 10:31:33 +00:00
parent ddf20fda25
commit 269f7a5272
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

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