Make node.js 0.8 the minimum supported version.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 14 Apr 2015 20:17:41 +0000 (23:17 +0300)
committerRichard van Velzen <rvanvelzen@experty.com>
Wed, 29 Jul 2015 13:21:01 +0000 (15:21 +0200)
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
package.json

index 4e046b8..c33b24d 100644 (file)
@@ -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
index 88bcc64..0bf1de0 100644 (file)
@@ -6,7 +6,7 @@
   "license": "BSD",
   "version": "2.4.24",
   "engines": {
-    "node": ">=0.4.0"
+    "node": ">=0.8.0"
   },
   "maintainers": [
     "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"