Skip to content

Commit

Permalink
test(*): add node for CI, fixed #134
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Demidov committed Nov 22, 2016
1 parent d107907 commit b8c5803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- v7
- v6
- v5
- v4
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"

version: "{build}"
build: off
Expand Down

0 comments on commit b8c5803

Please sign in to comment.