Skip to content

Commit

Permalink
node >=4
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed Apr 22, 2016
1 parent ce5f99e commit 66d54cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '5'
- '4'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "http://h3manth.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 66d54cf

Please sign in to comment.