summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-05-19 12:10:12 -0400
committerThomas Park <thomas@thomaspark.me>2014-05-19 12:10:12 -0400
commitbeac40e4573467837fcdf639313948c08fc8857a (patch)
tree75de03f8255a5a2bccc531072445fac9797ff51d
parent68680dc3e880643d42ac8aac74624bb028ed3998 (diff)
update node version
-rw-r--r--.travis.yml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9be38929..06713124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ branches:
language: node_js
node_js:
- - "0.8.11"
+ - "0.10"
before_install:
- npm install -g grunt-cli recess bower
diff --git a/package.json b/package.json
index 75922eb8..765488a9 100644
--- a/package.json
+++ b/package.json
@@ -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",