1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

may as well install the version of npm travis knows about for testing with.

This commit is contained in:
dceejay 2015-06-30 09:38:59 +01:00
parent 129ebac5aa
commit 636be58cfb

View File

@ -2,7 +2,7 @@ language: node_js
node_js: node_js:
- "0.10" - "0.10"
before_install: before_install:
- npm install -g npm@~1.4.18 - npm install -g npm@~1.4.28
before_script: before_script:
- npm install -g istanbul - npm install -g istanbul
- npm install coveralls - npm install coveralls