Skip to content

Commit

Permalink
remove node v0.8 from testing matrices
Browse files Browse the repository at this point in the history
Doesn't build anymore due to lack of `uv_cond_t` on
node v0.8's libuv. It should be technically possibly to
polyfill that for v0.8, but at this point it seems like
more trouble then it's worth.
  • Loading branch information
TooTallNate committed Sep 14, 2015
1 parent 04687f3 commit f3e393b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ addons:
language: node_js

node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs-v2.5"
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ environment:
# Test against these versions of Node.js and io.js
matrix:
# node.js
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# io.js
Expand Down

0 comments on commit f3e393b

Please sign in to comment.