mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Install the git repo of NR, not npm package
This commit is contained in:
parent
7bfc23b121
commit
3e4cb4ea1d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user