diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-23 13:24:35 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-04-23 14:15:19 +0200 |
commit | 205dd134b93c42d53e19078846a972f33fc9d8eb (patch) | |
tree | b27c7819d4a5c5cba6a2785bf60a353c734cf3df | |
parent | b21d6710cf2d9e227396fe8d78b262dfeb8b3c28 (diff) | |
download | jquery-205dd134b93c42d53e19078846a972f33fc9d8eb.tar.gz jquery-205dd134b93c42d53e19078846a972f33fc9d8eb.zip |
Build: Test on Node.js 14, stop testing on Node.js 8 & 13
Closes gh-4678
(cherry picked from commit 88eb22e0599d546f98f6145c53deb086e1d82857)
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9d885698c..59f1522a9 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: |