mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
try not global
This commit is contained in:
parent
c013cfe1a6
commit
4de9e5d84a
@ -18,7 +18,8 @@ node_js:
|
|||||||
- "6"
|
- "6"
|
||||||
- "4"
|
- "4"
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g istanbul grunt-cli
|
- npm install istanbul
|
||||||
|
- npm install grunt-cli
|
||||||
- npm install coveralls
|
- 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
|
||||||
- export NODE_RED_HOME=`pwd`/node_modules/node-red
|
- export NODE_RED_HOME=`pwd`/node_modules/node-red
|
||||||
|
Loading…
Reference in New Issue
Block a user