From 7b59028142bb5f5e299df0d0931a8306d7d7046b Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Tue, 1 Sep 2020 16:48:33 -0400 Subject: [PATCH] Test on Node.js 14. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31c1915b5..54aa4b543 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ node_js: - "8" - "10" - "12" + - "14" - "node" sudo: false install: @@ -16,10 +17,10 @@ script: matrix: include: - name: "Browser Unit Tests (webpack)" - node_js: "12" + node_js: "14" env: BUNDLER=webpack - name: "Browser Unit Tests (browserify)" - node_js: "12" + node_js: "14" env: BUNDLER=browserify notifications: email: