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:
parent
129ebac5aa
commit
636be58cfb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user