aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-10-22 20:03:36 +0200
committerGitHub <noreply@github.com>2019-10-22 20:03:36 +0200
commit830976e690b5fffeac860e2fdd07986d087ce824 (patch)
tree460031ff9656a0baef23f8011af848ed13a9d7a9
parent584835e68239ce55d1fc007b284e8ef4ed2817c2 (diff)
downloadjquery-830976e690b5fffeac860e2fdd07986d087ce824.tar.gz
jquery-830976e690b5fffeac860e2fdd07986d087ce824.zip
Build: Run tests on Node.js 13 in addition to 8, 10 & 12
Closes gh-4528
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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: