build: io.js@2.5

This commit is contained in:
Douglas Christopher Wilson
2015-12-30 16:13:59 -05:00
parent ac6ea7515a
commit d3025b9744
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ node_js:
- "0.10"
- "0.12"
- "1.8"
- "2.3"
- "2.5"
sudo: false
before_install:
# Setup Node.js version-specific dependencies
+1 -1
View File
@@ -4,7 +4,7 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.8"
- nodejs_version: "2.3"
- nodejs_version: "2.5"
install:
- ps: Install-Product node $env:nodejs_version
- if "%nodejs_version%" equ "0.8" npm rm --save-dev istanbul