Install the git repo of NR, not npm package

This commit is contained in:
Nick O'Leary 2015-07-22 12:30:01 +01:00
parent 7bfc23b121
commit 3e4cb4ea1d

View File

@ -7,8 +7,7 @@ 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 node-red
- 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)
script: