Skip to content

Commit

Permalink
[ci] Do not test on node 4.1.0, use 4.2.0 instead
Browse files Browse the repository at this point in the history
All versions in the range >=4.0.0 <4.2.0 are bugged.
  • Loading branch information
lpinca committed Oct 31, 2017
1 parent d6934af commit 48b0496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,6 @@ node_js:
- "8"
- "6"
- "4"
- "4.1.0"
- "4.2.0"
after_success:
- "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls"
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,7 @@ environment:
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
- nodejs_version: "4.1.0"
- nodejs_version: "4.2.0"
platform:
- x86
- x64
Expand Down

0 comments on commit 48b0496

Please sign in to comment.