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: 4.0.0-beta~234 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=830976e690b5fffeac860e2fdd07986d087ce824;p=jquery.git Build: Run tests on Node.js 13 in addition to 8, 10 & 12 Closes gh-4528 --- 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: