Skip to content

Commit

Permalink
Use eslint@6 instead of eslint@6.0.0-alpha in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepsteak committed Jun 23, 2019
1 parent d9b7258 commit 3bee716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -9,7 +9,7 @@ node_js:
os: linux

env:
- ESLINT_VERSION=^6.0.0-alpha
- ESLINT_VERSION=6
- ESLINT_VERSION=5
- ESLINT_VERSION=4
- ESLINT_VERSION=3
Expand Down Expand Up @@ -59,16 +59,16 @@ matrix:
- node_js: '4'
env: ESLINT_VERSION=5
- node_js: '4'
env: ESLINT_VERSION=^6.0.0-alpha
env: ESLINT_VERSION=6
- node_js: '6'
env: ESLINT_VERSION=^6.0.0-alpha
env: ESLINT_VERSION=6

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

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

0 comments on commit 3bee716

Please sign in to comment.