Skip to content

Commit

Permalink
specify Node versions more loosely
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Mar 27, 2015
1 parent ec5b66a commit 3a69ff5
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
notifications:
email: false
after_script:
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: '0.10'
- nodejs_version: '0.11'
- nodejs_version: '1'
- nodejs_version: '0'

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

0 comments on commit 3a69ff5

Please sign in to comment.