Skip to content

Commit

Permalink
fix travis, support only node >= 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hereandnow committed Dec 9, 2014
1 parent 917b7fb commit e5757d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.8"
- "0.10"
before_script:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"main": "lib/random-string",
"engines": {
"node": ">= 0.6.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
Expand Down

0 comments on commit e5757d5

Please sign in to comment.