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

View File

@ -18,7 +18,7 @@ node_js:
- "6"
- "4"
before_script:
- npm install -g grunt@1.0.1 grunt-cli@1.2.0 istanbul
- npm install istanbul
- 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 coveralls)
@ -26,6 +26,7 @@ before_script:
- which grunt
- grunt --version
- pwd
- ls -l
- ls -lart node_modules/
- ls -lart node_modules/.bin
script:
- istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage