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.
This commit is contained in:
committed by
Richard van Velzen
parent
9854deb626
commit
881bda7f59
@@ -3,8 +3,8 @@ before_install: "npm install -g npm"
|
|||||||
node_js:
|
node_js:
|
||||||
- "iojs"
|
- "iojs"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.11"
|
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
- "0.8"
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"version": "2.4.24",
|
"version": "2.4.24",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.4.0"
|
"node": ">=0.8.0"
|
||||||
},
|
},
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
|
"Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)"
|
||||||
|
|||||||
Reference in New Issue
Block a user