Skip to content

Commit

Permalink
build: test iojs@3
Browse files Browse the repository at this point in the history
  • Loading branch information
hex7c0 committed Aug 16, 2015
1 parent 1f14699 commit 634fd04
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
- "1.0"
- "1.8"
- "2.0"
- "2.1"
- "2.3"
- "2.5"
- "3.0"
notifications:
email:
on_success: never
Expand Down
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1"
- nodejs_version: "1.0"
- nodejs_version: "1.8"
- nodejs_version: "2.0"
- nodejs_version: "2.1"
- nodejs_version: "2.3"
- nodejs_version: "2.5"
- nodejs_version: "3.0"
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install
Expand Down

0 comments on commit 634fd04

Please sign in to comment.