diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-04-23 22:44:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 22:44:15 +0200 |
commit | b8d4712825a26a7f24c2bdb5a71aa3abcd345dfd (patch) | |
tree | 03bb704e6ae6d06fd30c998e6546b4a85e72c403 | |
parent | 874030583c9b94603de467124420e6c7a1c3c8ac (diff) | |
download | jquery-b8d4712825a26a7f24c2bdb5a71aa3abcd345dfd.tar.gz jquery-b8d4712825a26a7f24c2bdb5a71aa3abcd345dfd.zip |
Build: Test on Node.js 12, stop testing on Node.js 6 & 11
Closes gh-4369
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 01111e110..10cef4a65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: node_js sudo: false node_js: -- "6" - "8" - "10" -- "11" +- "12" addons: chrome: stable env: |