From 568cae7dedde3e35d3eea1affd15013170df129b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 18 Jan 2016 14:05:28 -0400 Subject: [PATCH] Only target v4 in CI servers We're only targetting Electron, which uses only modern versions of NodeJS. --- .travis.yml | 3 --- appveyor.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9941666..887d3146 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ notifications: language: node_js node_js: - "4.0" - - "0.12" - - "0.10" - - "iojs" before_script: - npm install -g electron-prebuilt notifications: diff --git a/appveyor.yml b/appveyor.yml index f94ff44a..b34ef632 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,6 @@ cache: # what combinations to test environment: matrix: - - nodejs_version: 0.10 - - nodejs_version: 0.12 - nodejs_version: 4 install: