Skip to content

Commit 9a0fca7

Browse files
committed
Updated cloud build
1 parent af44ed5 commit 9a0fca7

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ env:
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

appveyor.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

4945
test_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

5248
on_success:
5349
- IF %PUBLISH_BINARY% == true (node-pre-gyp package publish 2>&1)

0 commit comments

Comments
 (0)