Skip to content

Commit

Permalink
test on the latest io.js and Node
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 18, 2015
1 parent c892613 commit a002ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git:
language: node_js
node_js:
- iojs
- '0.12'
- node
after_script:
- npm run-script coveralls
notifications:
Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ shallow_clone: true

version: '{build}'

skip_tags: true

environment:
matrix:
- nodejs_version: '1.2'
- nodejs_version: '0.12'
- nodejs_version: '2'
- nodejs_version: '0'

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit a002ceb

Please sign in to comment.