This commit is contained in:
Henry Zhu 2016-08-01 15:00:01 -04:00
parent 0534eb7644
commit 50e0abfd16
2 changed files with 3 additions and 15 deletions

View File

@ -2,23 +2,8 @@ git:
depth: 1 depth: 1
sudo: false sudo: false
language: node_js language: node_js
before_install:
- sh -c "if [ '$ESLINT_VERSION' = '2' ]; then npm i --save-dev eslint@2; fi"
matrix: matrix:
include: include:
- node_js: "0.10"
env: ESLINT_VERSION=2
- node_js: "0.12"
env: ESLINT_VERSION=2
- node_js: "4" - node_js: "4"
env: ESLINT_VERSION=2
- node_js: "4"
env: ESLINT_VERSION=3
- node_js: "5" - node_js: "5"
env: ESLINT_VERSION=2
- node_js: "5"
env: ESLINT_VERSION=3
- node_js: "6" - node_js: "6"
env: ESLINT_VERSION=2
- node_js: "6"
env: ESLINT_VERSION=3

View File

@ -29,6 +29,9 @@
}, },
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": { "bugs": {
"url": "https://github.com/babel/babel-eslint/issues" "url": "https://github.com/babel/babel-eslint/issues"
}, },