Skip to content

Commit

Permalink
Add back node.js 0.10.
Browse files Browse the repository at this point in the history
Since we want to support 0.10 we should test on it.
  • Loading branch information
XhmikosR committed Nov 23, 2016
1 parent 0af51f5 commit 86bfb50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: node_js

node_js:
- "0.10"
- "4"
- "6"
- "7"
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "0.10"
platform: x86
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
Expand Down

0 comments on commit 86bfb50

Please sign in to comment.