From ff100e271b3117529cabf344d25cc040fb5162a8 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 9 Oct 2014 05:27:59 +0200 Subject: [PATCH] travis: Switch to Node.js 0.10 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. --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa0031d..6e5919de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - 0.8 + - "0.10" diff --git a/package.json b/package.json index 19e59005..36842371 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "url" : "http://github.com/wikimedia/jquery.uls/issues" }, "engine": { - "node": ">=0.6.x" + "node": ">=0.10.x" }, "licenses": [ {