mirror of https://github.com/node-red/node-red.git
Add Node 12 to travis (allow_failures)
parent
369f8b3fe0
commit
3e20892fdf
|
@ -1,6 +1,8 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
matrix:
|
||||
allow_failures:
|
||||
- node_js: "12"
|
||||
include:
|
||||
- node_js: "10"
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue