Skip to content

Commit 48b0496

Browse files
committed
[ci] Do not test on node 4.1.0, use 4.2.0 instead
All versions in the range >=4.0.0 <4.2.0 are bugged.
1 parent d6934af commit 48b0496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ node_js:
44
- "8"
55
- "6"
66
- "4"
7-
- "4.1.0"
7+
- "4.2.0"
88
after_success:
99
- "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ environment:
33
- nodejs_version: "8"
44
- nodejs_version: "6"
55
- nodejs_version: "4"
6-
- nodejs_version: "4.1.0"
6+
- nodejs_version: "4.2.0"
77
platform:
88
- x86
99
- x64

0 commit comments

Comments
 (0)