Skip to content

Commit b470894

Browse files
committed
Drop support for Node 0.10, 0.12, and io.js
1 parent e3a2303 commit b470894

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "io.js"
74
- "4"
8-
- "5"
95
- "6"
6+
- "8"
107
matrix:
118
include:
12-
- node_js: "4"
9+
- node_js: "8"
1310
env: TEST_SUITE=lint
1411
env:
1512
- TEST_SUITE=unit

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- **BREAKING:** Remove global `spaces` option.
2+
- **BREAKING:** Drop support for Node 0.10, 0.12, and io.js.
23
- Remove undocumented `passParsingErrors` option.
34
- Added `EOL` override option to `writeFile` when using `spaces`. [#89]
45

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
environment:
33
matrix:
44
# node.js
5-
- nodejs_version: "0.10"
6-
- nodejs_version: "0.12"
75
- nodejs_version: "4"
8-
- nodejs_version: "5"
96
- nodejs_version: "6"
7+
- nodejs_version: "8"
108

119
# Install scripts. (runs after repo cloning)
1210
install:

0 commit comments

Comments
 (0)