From 64c1fcc1cda975e18679e74368347854d475be6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Tue, 22 Oct 2019 20:03:36 +0200 Subject: [PATCH] Build: Run tests on Node.js 13 in addition to 8, 10 & 12 Closes gh-4528 (cherry picked from commit 830976e690b5fffeac860e2fdd07986d087ce824) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 97d54454f..3b00dfb56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "8" - "10" - "12" +- "13" env: - NPM_SCRIPT=test:browserless matrix: -- 2.39.5