From d7e3fac0080cbc6330df595e3ffccc7b2f607315 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowicz Date: Thu, 29 Oct 2015 14:55:34 +0000 Subject: [PATCH] Runs tests on any Node.js 4.x. Good point by @XhmikosR. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1