From 7137c1144907d9e7a9265ba500a8a4f258dd0c9f Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 13 Nov 2019 16:27:27 -0800 Subject: [PATCH] Add Node 12 back to our travis matrix https://github.com/google/blockly/issues/2582 means we should be fine now. Needs travis to run to check. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b5f109f00..643c96a63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ dist: xenial node_js: - 8 - 10 + - 12 addons: chrome: stable firefox: latest