Skip to content

Commit

Permalink
Remove support for node <0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fiznool committed Dec 17, 2015
1 parent bca02b4 commit a1b1627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: node_js
node_js:
- '0.6'
- '0.8'
- '0.10'
- '0.12'
- '4'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,6 +37,6 @@
"sinon-chai": "*"
},
"engines": {
"node": ">=0.6.0"
"node": ">=0.10.0"
}
}

0 comments on commit a1b1627

Please sign in to comment.