]> source.dussan.org Git - jquery.git/commitdiff
Build: Run tests on Node.js 13 in addition to 8, 10 & 12
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 22 Oct 2019 18:03:36 +0000 (20:03 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 18:03:36 +0000 (20:03 +0200)
Closes gh-4528

.travis.yml

index 97d54454f5b71abb0eb20779c56a3581a84fb10a..3b00dfb56454421c8a4800e01e216fb1f1e66525 100644 (file)
@@ -4,6 +4,7 @@ node_js:
 - "8"
 - "10"
 - "12"
+- "13"
 env:
   - NPM_SCRIPT=test:browserless
 matrix: