Skip to content

Commit cc3f1a5

Browse files
committed
test modern versions of Node.js
1 parent 872b041 commit cc3f1a5

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ addons:
1212
language: node_js
1313

1414
node_js:
15-
- "0.8"
16-
- "0.10"
17-
- "0.12"
18-
- "iojs-v2.5"
19-
- "iojs-v3"
15+
- "4"
16+
- "5"
17+
- "6"
18+
- "7"
19+
- "8"
2020

2121
install:
2222
- PATH="`npm bin`:`npm bin -g`:$PATH"

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ environment:
66
MSVS_VERSION: 2013
77
# Test against these versions of Node.js and io.js
88
matrix:
9-
# node.js
10-
- nodejs_version: "0.8"
11-
- nodejs_version: "0.10"
12-
- nodejs_version: "0.12"
13-
# io.js
14-
- nodejs_version: "2.5"
15-
- nodejs_version: "3.2"
9+
- nodejs_version: "4"
10+
- nodejs_version: "5"
11+
- nodejs_version: "6"
12+
- nodejs_version: "7"
13+
- nodejs_version: "8"
1614

1715
platform:
1816
- x86

0 commit comments

Comments
 (0)