Skip to content

Commit

Permalink
Drop node < 4 (babel/babel-eslint#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 1, 2016
1 parent 0534eb7 commit 50e0abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 0 additions & 15 deletions eslint/babel-eslint-parser/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,8 @@ git:
depth: 1
sudo: false
language: node_js
before_install:
- sh -c "if [ '$ESLINT_VERSION' = '2' ]; then npm i --save-dev eslint@2; fi"
matrix:
include:
- node_js: "0.10"
env: ESLINT_VERSION=2
- node_js: "0.12"
env: ESLINT_VERSION=2
- node_js: "4"
env: ESLINT_VERSION=2
- node_js: "4"
env: ESLINT_VERSION=3
- node_js: "5"
env: ESLINT_VERSION=2
- node_js: "5"
env: ESLINT_VERSION=3
- node_js: "6"
env: ESLINT_VERSION=2
- node_js: "6"
env: ESLINT_VERSION=3
3 changes: 3 additions & 0 deletions eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
},
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/babel/babel-eslint/issues"
},
Expand Down

0 comments on commit 50e0abf

Please sign in to comment.