Windows CI does not yet have io.js v2

This commit is contained in:
Lovell Fuller 2015-05-05 10:46:23 +01:00
parent 3ffe2ba17f
commit f15e64039c

View File

@ -12,8 +12,6 @@ environment:
nodejs_exec: "node"
- nodejs_version: "1.0"
nodejs_exec: "iojs"
- nodejs_version: "2.0"
nodejs_exec: "iojs"
install:
- ps: $env:VIPS_VERSION = "$env:VIPS_VERSION_MAJOR_MINOR.$env:VIPS_VERSION_PATCH"
- ps: Write-Output "Fetching http://www.vips.ecs.soton.ac.uk/supported/$env:VIPS_VERSION_MAJOR_MINOR/win32/vips-dev-$env:VIPS_VERSION.zip"
@ -24,4 +22,4 @@ install:
- ps: Install-Product node $env:nodejs_version x86
- npm install --arch=ia32 --msvs_version=2013
test_script:
- npm run-script test-win32-$env:nodejs_exec
- npm run-script "test-win32-$env:nodejs_exec"