diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-23 13:24:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 13:24:35 +0200 |
commit | 88eb22e0599d546f98f6145c53deb086e1d82857 (patch) | |
tree | 379b26c933481f3aae327ff94ee0d3409f809383 | |
parent | 46f9810b73a7ad446d7c3711faf92f56b67df3c1 (diff) | |
download | jquery-88eb22e0599d546f98f6145c53deb086e1d82857.tar.gz jquery-88eb22e0599d546f98f6145c53deb086e1d82857.zip |
Build: Test on Node.js 14, stop testing on Node.js 8 & 13
Closes gh-4678
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 51be32aae..82f14ab76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: node_js os: linux node_js: -- "8" - "10" - "12" -- "13" +- "14" env: - NPM_SCRIPT=test:browserless jobs: |