Skip to content

Commit

Permalink
travis: Switch to Node.js 0.10
Browse files Browse the repository at this point in the history
This repository is mainly about client-side javascript, the version
of Node.js used for the build scripts doesn't really matter.

One of the dependencies in package.json uses the '^x.x' syntax in
its sub-dependencies and isn't supporteed on Node.js 0.8, which
is why the Travis CI build is currently erroring on the install step.
  • Loading branch information
Krinkle committed Oct 9, 2014
1 parent 4a681a2 commit ff100e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- 0.8
- "0.10"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"url" : "http://github.com/wikimedia/jquery.uls/issues"
},
"engine": {
"node": ">=0.6.x"
"node": ">=0.10.x"
},
"licenses": [
{
Expand Down

0 comments on commit ff100e2

Please sign in to comment.