Fix path to grunt cli

This commit is contained in:
Nick O'Leary 2015-07-22 12:25:34 +01:00
parent af17bb62da
commit 7bfc23b121
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ before_install:
before_script:
- npm install -g istanbul grunt-cli
- npm install coveralls
- npm install git+https://github.com/node-red/node-red.git
#- npm install git+https://github.com/node-red/node-red.git
- npm install node-red
- export NODE_RED_HOME=`pwd`/node_modules/node-red
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0)
script:
- istanbul cover ./node_modules/.bin/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