File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - node
3
+ - 12
4
4
- 10
5
5
- 8
6
+ - 6
6
7
before_install :
7
8
- npm config set depth 0
9
+ before_script :
10
+ - ' if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
8
11
notifications :
9
12
email : false
10
13
sudo : false
11
14
script :
12
15
- npm run test
13
- - npm run lint
16
+ - ' if [ -n "${LINT-}" ]; then npm run lint; fi '
14
17
- npm run build
18
+ env :
19
+ matrix :
20
+ - ESLINT=6
21
+ - ESLINT=5
22
+ matrix :
23
+ fast_finish : true
24
+ include :
25
+ - node_js : ' lts/*'
26
+ env : LINT=true
27
+ exclude :
28
+ - node_js : 6
29
+ env : ESLINT=6
15
30
after_success :
16
31
- export NODE_ENV=production
17
32
- npm run build
Original file line number Diff line number Diff line change 53
53
"main" : " ./dist/index.js" ,
54
54
"name" : " eslint-plugin-jsdoc" ,
55
55
"peerDependencies" : {
56
- "eslint" : " >= 6.0.0"
56
+ "eslint" : " ^5.0.0 || ^ 6.0.0"
57
57
},
58
58
"repository" : {
59
59
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments