File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 matrix :
1919 - export NODE_VERSION="0.10"
2020 - export NODE_VERSION="0.12"
21- - export NODE_VERSION="iojs-1"
22- - export NODE_VERSION="iojs-2"
2321 - export NODE_VERSION="iojs-3"
22+ - export NODE_VERSION="4"
2423 global :
2524 - node_pre_gyp_region="eu-central-1"
2625
Original file line number Diff line number Diff line change @@ -5,17 +5,13 @@ environment:
55 secure : jJxKoyWputzRz2EjAT9i/vBzYt2+lcjKZ5D6O5TBaS9+anpYHn2XWbOut5dkOgh0
66 node_pre_gyp_region : eu-central-1
77 matrix :
8- - NODE_VERSION : 3
8+ - NODE_VERSION : 4
99 platform : x64
10- - NODE_VERSION : 3
11- platform : x86
12- - NODE_VERSION : 2
10+ - NODE_VERSION : 4
1311 platform : x64
14- - NODE_VERSION : 2
15- platform : x86
16- - NODE_VERSION : 1
12+ - NODE_VERSION : 3
1713 platform : x64
18- - NODE_VERSION : 1
14+ - NODE_VERSION : 3
1915 platform : x86
2016 - NODE_VERSION : 0.12
2117 platform : x64
@@ -47,7 +43,7 @@ build_script:
4743 - npm install --build-from-source --msvs_version=2013
4844
4945test_script :
50- - IF %NODE_VERSION% LSS 1 (npm test) ELSE (iojs --debug node_modules/mocha/bin/_mocha)
46+ - IF %NODE_VERSION% LSS 1 (npm test) ELSE (IF %NODE_VERSION% LSS 4 ( iojs --debug node_modules/mocha/bin/_mocha) ELSE (npm test) )
5147
5248on_success :
5349 - IF %PUBLISH_BINARY% == true (node-pre-gyp package publish 2>&1)
You can’t perform that action at this time.
0 commit comments