Drop Node 0.10.x & 0.12.x support

See #442.
redux
David Majda 8 years ago
parent 5ad1bc2add
commit 16f38f6380

@ -1,8 +1,6 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "0.10"
- "0.12"
- "4.0" - "4.0"
- "5.0" - "5.0"
- "6.0" - "6.0"

@ -495,7 +495,7 @@ Compatibility
Both the parser generator and generated parsers should run well in the following Both the parser generator and generated parsers should run well in the following
environments: environments:
* Node.js 0.10.0+ * Node.js 4+
* Internet Explorer 8+ * Internet Explorer 8+
* Edge * Edge
* Firefox * Firefox

@ -55,6 +55,6 @@
"uglify-js": "2.7.0" "uglify-js": "2.7.0"
}, },
"engines": { "engines": {
"node": ">=0.10" "node": ">=4"
} }
} }

Loading…
Cancel
Save