Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed May 19, 2014
1 parent 68680dc commit beac40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
language: node_js

node_js:
- "0.8.11"
- "0.10"

before_install:
- npm install -g grunt-cli recess bower
Expand Down
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": "https://github.com/thomaspark/bootswatch.git"
},
"engines": {
"node": ">= 0.8.11"
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "~1.2.8",
Expand Down

0 comments on commit beac40e

Please sign in to comment.