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

Add node 5 to travis

This commit is contained in:
Nick O'Leary 2015-11-14 21:32:28 +00:00
parent 4d99536ea7
commit 1d9d5c6bc7

View File

@ -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"