From 73bf35ecf31867d7ed4662374121efa310cf9f8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sun, 29 May 2016 21:42:54 +0200 Subject: [PATCH] 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5