From: Michał Gołębiowski-Owczarek Date: Tue, 22 Oct 2019 18:03:36 +0000 (+0200) Subject: Build: Run tests on Node.js 13 in addition to 8, 10 & 12 X-Git-Tag: 3.5.0~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64c1fcc1cda975e18679e74368347854d475be6f;p=jquery.git Build: Run tests on Node.js 13 in addition to 8, 10 & 12 Closes gh-4528 (cherry picked from commit 830976e690b5fffeac860e2fdd07986d087ce824) --- 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: