From b07105c2372c542a8f0b38384465ace5546e5f51 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Mon, 10 Aug 2020 15:20:22 -0700 Subject: [PATCH] Remove node 8 and add node 14 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 287cf1f5a..8384ecd53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: node_js os: linux dist: xenial node_js: - - 8 - 10 - 12 + - 14 addons: chrome: stable firefox: latest