We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8093565 commit 71c7d01Copy full SHA for 71c7d01
.travis.yml
@@ -18,7 +18,7 @@ env:
18
global:
19
- TEST=true
20
matrix:
21
- - ESLINT=6
+ - ESLINT=6.6
22
- ESLINT=5
23
- ESLINT=4
24
after_success:
@@ -27,13 +27,13 @@ matrix:
27
fast_finish: true
28
include:
29
- node_js: 'lts/*'
30
- env: PRETEST=true
+ env: PRETEST=true ESLINT=6.6
31
exclude:
32
- node_js: '4'
33
env: ESLINT=5
34
35
- env: ESLINT=6
+ env: ESLINT=6.6
36
- node_js: '6'
37
38
allow_failures:
39
- node_js: '11'
0 commit comments