mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Add node 5 to travis
This commit is contained in:
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
Block a user