mirror of
https://github.com/node-red/node-red
synced 2024-11-22 16:33:24 +00:00
Add Node 12 to full build matrix on Travis
Having removed the ui test dependencies out of package.json we can remove the 'allow failures' flag from the node 12 build. Given how close Node 12 is to being LTS, we really need to pay proper attention to it.
This commit is contained in:
parent
6e3fa974ba
commit
77a913f858
@ -9,5 +9,3 @@ matrix:
|
|||||||
before_script:
|
before_script:
|
||||||
- npm install -g istanbul coveralls
|
- npm install -g istanbul coveralls
|
||||||
- node_js: "8"
|
- node_js: "8"
|
||||||
allow_failures:
|
|
||||||
- node_js: "12"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user