Skip to content

Commit

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

version: "{build}"
build: off
deploy: off

install:
- ps: Install-Product node $env:nodejs_version
- npm install

test_script:
- node --version
- npm --version
- npm test

0 comments on commit 3587b51

Please sign in to comment.