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

try nodejs14 in travis

This commit is contained in:
Dave Conway-Jones 2020-05-03 16:01:04 +01:00
parent 8972681656
commit cfc42d02e9
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

@ -1,7 +1,10 @@
sudo: false sudo: false
language: node_js language: node_js
matrix: matrix:
allow_failures:
- node_js: 14
include: include:
- node_js: 14
- node_js: 12 - node_js: 12
- node_js: 10 - node_js: 10
- node_js: 8 - node_js: 8