Skip to content

Commit

Permalink
Pin builds to Node.js 6.3.x
Browse files Browse the repository at this point in the history
Node.js 6.4.0 was shipped with a bug in it's Buffer implementation that causes the tedious test cases to fail. See #431, nodejs/node#8127 and nodejs/node#8154.
  • Loading branch information
arthurschreiber committed Aug 26, 2016
1 parent b523f1a commit 3ccade2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "6.3"

branches:
only:
Expand Down

0 comments on commit 3ccade2

Please sign in to comment.