From ac6abcf2f8385c53069d9e071d14528241394bc7 Mon Sep 17 00:00:00 2001 From: Ib Green Date: Mon, 15 Jun 2020 06:58:43 -0700 Subject: [PATCH] test: Add node 14 to CI (#788) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01b804f4bc..cbde1549f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: node_js: - '10' - '12' + - '14' install: - yarn bootstrap script: