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

travis - don't allow node 8 fails, (and re-add 7)

This commit is contained in:
Dave Conway-Jones 2017-06-23 21:49:10 +01:00
parent c9e05cf9f6
commit f41959537b
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D

View File

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