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

Add node 8 to travis (with allow failure)

This commit is contained in:
Dave Conway-Jones 2017-06-05 08:50:37 +01:00
parent 21d3a3dd1e
commit 90ab34591a
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D

View File

@ -9,8 +9,11 @@ addons:
packages:
- g++-4.8
- gcc-4.8
matrix:
allow_failures:
- node_js: "8"
node_js:
- "7"
- "8"
- "6"
- "4"
script: