From: Michał Gołębiowski Date: Sun, 29 May 2016 19:42:54 +0000 (+0200) Subject: Build: Drop testing on Node.js 5 X-Git-Tag: 3.0.0~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73bf35ecf31867d7ed4662374121efa310cf9f8d;p=jquery.git Build: Drop testing on Node.js 5 Node.js 5's upstream support ends in about a month, there is not much point in testing it when we're releasing a new major version of jQuery --- diff --git a/.travis.yml b/.travis.yml index 34f4d9aec..799270239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,4 @@ node_js: - "0.10" - "0.12" - "4" -- "5" - "6"