From 881bda7f59cd62f1123fafa2da817b8dc618c19f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 14 Apr 2015 23:17:41 +0300 Subject: [PATCH] Make node.js 0.8 the minimum supported version. Node.js 0.4 and 0.6 are ancient; things don't work there. Update Travis CI configuration accordingly. Note, that the npm update in Travis is needed for 0.8 only at the moment. --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e046b8f..c33b24d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ before_install: "npm install -g npm" node_js: - "iojs" - "0.12" - - "0.11" - "0.10" + - "0.8" matrix: fast_finish: true sudo: false diff --git a/package.json b/package.json index 88bcc646..0bf1de09 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "BSD", "version": "2.4.24", "engines": { - "node": ">=0.4.0" + "node": ">=0.8.0" }, "maintainers": [ "Mihai Bazon (http://lisperator.net/)" -- 2.34.1