Skip to content

Commit

Permalink
allow_failures for dicey Node/ESLint intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher authored and ljharb committed Jan 19, 2019
1 parent 73080d0 commit 64d9be7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -49,6 +49,12 @@ matrix:
exclude:
- node_js: '4'
env: ESLINT_VERSION=5

fast_finish: true
allow_failures:
# issues with typescript deps in this version intersection
- node_js: '4'
env: ESLINT_VERSION=4

before_install:
- 'nvm install-latest-npm'
Expand Down

0 comments on commit 64d9be7

Please sign in to comment.