File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 9
9
- ' 4'
10
10
before_install :
11
11
- ' nvm install-latest-npm'
12
+ before_script :
13
+ - ' if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}" ; fi'
12
14
script :
13
15
- ' if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
14
16
- ' if [ -n "${TEST-}" ]; then npm run unit-test ; fi'
@@ -21,7 +23,28 @@ matrix:
21
23
include :
22
24
- node_js : ' lts/*'
23
25
env : PRETEST=true
26
+ - node_js : ' 9'
27
+ env : TEST=true ESLINT=next
28
+ - node_js : ' 8'
29
+ env : TEST=true ESLINT=next
30
+ - node_js : ' 7'
31
+ env : TEST=true ESLINT=next
32
+ - node_js : ' 6'
33
+ env : TEST=true ESLINT=next
34
+ - node_js : ' 9'
35
+ env : TEST=true ESLINT=3
36
+ - node_js : ' 8'
37
+ env : TEST=true ESLINT=3
38
+ - node_js : ' 7'
39
+ env : TEST=true ESLINT=3
40
+ - node_js : ' 6'
41
+ env : TEST=true ESLINT=3
42
+ - node_js : ' 5'
43
+ env : TEST=true ESLINT=3
44
+ - node_js : ' 4'
45
+ env : TEST=true ESLINT=3
24
46
allow_failures :
25
47
- node_js : ' 9'
26
48
- node_js : ' 7'
27
49
- node_js : ' 5'
50
+ - env : TEST=true ESLINT=next
You can’t perform that action at this time.
0 commit comments