mirror of https://github.com/node-red/node-red.git
Add node 5 to travis
parent
4d99536ea7
commit
1d9d5c6bc7
|
@ -11,10 +11,11 @@ addons:
|
|||
- gcc-4.8
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "4"
|
||||
- node_js: "5"
|
||||
before_install:
|
||||
- npm install -g npm@~1.4.18
|
||||
- npm install -g npm@latest-2
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
|
|
Loading…
Reference in New Issue