Skip to content

Commit 64d9be7

Browse files
benmosherljharb
authored andcommitted
allow_failures for dicey Node/ESLint intersection
1 parent 73080d0 commit 64d9be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ matrix:
4949
exclude:
5050
- node_js: '4'
5151
env: ESLINT_VERSION=5
52+
53+
fast_finish: true
54+
allow_failures:
55+
# issues with typescript deps in this version intersection
56+
- node_js: '4'
57+
env: ESLINT_VERSION=4
5258

5359
before_install:
5460
- 'nvm install-latest-npm'

0 commit comments

Comments
 (0)