From: Michał Gołębiowski-Owczarek Date: Wed, 25 Apr 2018 07:55:38 +0000 (+0200) Subject: Build: Test on Node 10, stop testing on Node 4 & 9 X-Git-Tag: 3.4.0~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76468365779c2d07c7f25ded141e99bad97f78a7;p=jquery.git 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 --- 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: