diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2018-04-25 09:55:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 09:55:38 +0200 |
commit | 76468365779c2d07c7f25ded141e99bad97f78a7 (patch) | |
tree | f06e7b64ff1b650d044ef5230d0b1a8361a28159 | |
parent | 9a5b3b6ed0803d816984718de23d6af451260c89 (diff) | |
download | jquery-76468365779c2d07c7f25ded141e99bad97f78a7.tar.gz jquery-76468365779c2d07c7f25ded141e99bad97f78a7.zip |
Build: Test on Node 10, stop testing on Node 4 & 9
Node.js 4 & 9 are ending their life, Node.js 10 has just been released.
Closes gh-4057
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4fa82ae7a..4de56ec5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: node_js sudo: false node_js: -- "4" - "6" - "8" -- "9" +- "10" addons: chrome: stable env: |