mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add Node 12 to travis (allow_failures)
This commit is contained in:
parent
369f8b3fe0
commit
3e20892fdf
@ -1,6 +1,8 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
matrix:
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- node_js: "12"
|
||||||
include:
|
include:
|
||||||
- node_js: "10"
|
- node_js: "10"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user