From 844410a041fba58789b23e82a0844af8f616b1e5 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 30 Jul 2015 23:38:21 -0400 Subject: [PATCH] build: io.js@2.5 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 711c7132..1f273d50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "1.0" - "1.8" - "2.0" - - "2.3" + - "2.5" sudo: false script: "npm run-script test-ci" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls" diff --git a/appveyor.yml b/appveyor.yml index c202b85d..bd96cfef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: - nodejs_version: "1.0" - nodejs_version: "1.8" - nodejs_version: "2.0" - - nodejs_version: "2.3" + - nodejs_version: "2.5" install: - ps: Install-Product node $env:nodejs_version - npm install