try not global

This commit is contained in:
Dave Conway-Jones 2017-11-07 09:49:12 +00:00
parent c013cfe1a6
commit 4de9e5d84a
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ node_js:
- "6"
- "4"
before_script:
- npm install -g istanbul grunt-cli
- npm install istanbul
- npm install grunt-cli
- npm install coveralls
- npm install git+https://github.com/node-red/node-red.git
- export NODE_RED_HOME=`pwd`/node_modules/node-red