From: Jakub Pawlowicz Date: Thu, 29 Oct 2015 14:55:34 +0000 (+0000) Subject: Runs tests on any Node.js 4.x. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d7e3fac0080cbc6330df595e3ffccc7b2f607315;p=clean-css.git Runs tests on any Node.js 4.x. Good point by @XhmikosR. --- diff --git a/.travis.yml b/.travis.yml index 31178bdc..72be9c53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ sudo: false language: node_js cache: npm node_js: - - '4.0' + - 4 matrix: fast_finish: true