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

Move to node 4.x.x in travis

This commit is contained in:
Nick O'Leary 2015-10-03 09:15:11 +01:00
parent 9e91e42a1b
commit 453f23da20

View File

@ -11,13 +11,11 @@ addons:
- gcc-4.8 - gcc-4.8
matrix: matrix:
allow_failures: allow_failures:
- node_js: "4.1.0" - node_js: "4"
before_install: before_install:
- npm install -g npm@~1.4.18 - npm install -g npm@~1.4.18
# node_js 4.1.0 is brand new
node_js: node_js:
- "4.1.0" - "4"
- "4.0.0"
- "0.12" - "0.12"
- "0.10" - "0.10"
script: script: