From 36d44080bdf6f4f0cc8cfef071c64d8677def31a Mon Sep 17 00:00:00 2001 From: Nook Scheel Date: Sat, 19 Sep 2015 13:10:03 +0300 Subject: [PATCH 1/3] Add node.js versions for Travis-ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0500839..4564a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ node_js: - "1.8" - "2.0" - "2.1" + - "4.0" + - "4.1" sudo: false script: "npm run-script test-ci" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls" From acb7cf81370a42810a346c94c15926032e488a91 Mon Sep 17 00:00:00 2001 From: Nook Scheel Date: Sun, 20 Sep 2015 10:41:00 +0300 Subject: [PATCH 2/3] Add node.js versions for AppVeyor --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6a102c9..aa4f8da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,8 @@ environment: - nodejs_version: "1.8" - nodejs_version: "2.0" - nodejs_version: "2.1" + - nodejs_version: "4.0" + - nodejs_version: "4.1" install: - ps: Install-Product node $env:nodejs_version - npm install From 06ccfc913d5da80ea81e189e03f963e6c940f486 Mon Sep 17 00:00:00 2001 From: Nook Scheel Date: Sun, 20 Sep 2015 20:05:45 +0300 Subject: [PATCH 3/3] Remove builds: nodejs@4.1 --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aa4f8da..ceb487c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ environment: - nodejs_version: "2.0" - nodejs_version: "2.1" - nodejs_version: "4.0" - - nodejs_version: "4.1" install: - ps: Install-Product node $env:nodejs_version - npm install