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:
parent
c9e05cf9f6
commit
f41959537b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user