Tidy up node-red-nodes

This commit is contained in:
dceejay
2015-04-10 11:56:17 +01:00
parent 4dc2db2f95
commit e56029b3e3
10 changed files with 24 additions and 489 deletions

View File

@@ -6,7 +6,8 @@ before_install:
before_script:
- npm install -g istanbul
- 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: