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:
parent
21d3a3dd1e
commit
90ab34591a
@ -9,8 +9,11 @@ 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:
|
||||||
- "7"
|
- "8"
|
||||||
- "6"
|
- "6"
|
||||||
- "4"
|
- "4"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user