From 48b0496879899f35602856d80460926a4a6c299d Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 31 Oct 2017 11:11:45 +0100 Subject: [PATCH] [ci] Do not test on node 4.1.0, use 4.2.0 instead All versions in the range >=4.0.0 <4.2.0 are bugged. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c94d7feab..b3cd4dd25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ node_js: - "8" - "6" - "4" - - "4.1.0" + - "4.2.0" after_success: - "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls" diff --git a/appveyor.yml b/appveyor.yml index db5faaaff..dc7e5adbc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ environment: - nodejs_version: "8" - nodejs_version: "6" - nodejs_version: "4" - - nodejs_version: "4.1.0" + - nodejs_version: "4.2.0" platform: - x86 - x64