Skip to content

Commit

Permalink
switch support
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 22, 2015
1 parent 3743d49 commit c24af72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.9"
- "0.10"
- "0.12"
- "iojs"
after_script:
- npm run coveralls
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
"node": ">= 0.9"
"node": ">= 0.10"
},
"licenses": [
{
Expand Down

0 comments on commit c24af72

Please sign in to comment.