diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-10-22 20:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 20:03:36 +0200 |
commit | 830976e690b5fffeac860e2fdd07986d087ce824 (patch) | |
tree | 460031ff9656a0baef23f8011af848ed13a9d7a9 | |
parent | 584835e68239ce55d1fc007b284e8ef4ed2817c2 (diff) | |
download | jquery-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.yml | 1 |
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: |