File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - " 0.10"
5
- - " 0.12"
6
- - " io.js"
7
4
- " 4"
8
- - " 5"
9
5
- " 6"
6
+ - " 8"
10
7
matrix :
11
8
include :
12
- - node_js : " 4 "
9
+ - node_js : " 8 "
13
10
env : TEST_SUITE=lint
14
11
env :
15
12
- TEST_SUITE=unit
Original file line number Diff line number Diff line change 1
1
- ** BREAKING:** Remove global ` spaces ` option.
2
+ - ** BREAKING:** Drop support for Node 0.10, 0.12, and io.js.
2
3
- Remove undocumented ` passParsingErrors ` option.
3
4
- Added ` EOL ` override option to ` writeFile ` when using ` spaces ` . [ #89 ]
4
5
Original file line number Diff line number Diff line change 2
2
environment :
3
3
matrix :
4
4
# node.js
5
- - nodejs_version : " 0.10"
6
- - nodejs_version : " 0.12"
7
5
- nodejs_version : " 4"
8
- - nodejs_version : " 5"
9
6
- nodejs_version : " 6"
7
+ - nodejs_version : " 8"
10
8
11
9
# Install scripts. (runs after repo cloning)
12
10
install :
You can’t perform that action at this time.
0 commit comments