Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 9fc4e02

Browse files
authored
Drop node < 4 (#358)
1 parent be76e5a commit 9fc4e02

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,8 @@ git:
22
depth: 1
33
sudo: false
44
language: node_js
5-
before_install:
6-
- sh -c "if [ '$ESLINT_VERSION' = '2' ]; then npm i --save-dev eslint@2; fi"
75
matrix:
86
include:
9-
- node_js: "0.10"
10-
env: ESLINT_VERSION=2
11-
- node_js: "0.12"
12-
env: ESLINT_VERSION=2
137
- node_js: "4"
14-
env: ESLINT_VERSION=2
15-
- node_js: "4"
16-
env: ESLINT_VERSION=3
17-
- node_js: "5"
18-
env: ESLINT_VERSION=2
198
- node_js: "5"
20-
env: ESLINT_VERSION=3
21-
- node_js: "6"
22-
env: ESLINT_VERSION=2
239
- node_js: "6"
24-
env: ESLINT_VERSION=3

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
},
3030
"author": "Sebastian McKenzie <[email protected]>",
3131
"license": "MIT",
32+
"engines": {
33+
"node": ">=4"
34+
},
3235
"bugs": {
3336
"url": "https://github.com/babel/babel-eslint/issues"
3437
},

0 commit comments

Comments
 (0)