Skip to content

Commit a8ba5c2

Browse files
committed
- Travis: Avoid testing older ESLint
1 parent 6e62803 commit a8ba5c2

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@ node_js:
88

99
before_install:
1010
- npm config set depth 0
11-
before_script:
12-
- 'if [ "${ESLINT-}" == "6" ]; then npm install --no-save "eslint@${ESLINT}.1" ; fi'
13-
- 'if [ "${ESLINT-}" == "5" ]; then npm install --no-save "eslint@${ESLINT}" mocha@6.2.2 eslint-plugin-unicorn@8.0.2 @typescript-eslint/parser@1.13.0 ; fi'
1411
script:
1512
- npm run test
1613
- 'if [ -n "${LINT-}" ]; then npm run eslint; fi'
1714
env:
1815
jobs:
19-
- ESLINT=6
20-
- ESLINT=5
16+
- ESLINT=7
2117
jobs:
2218
fast_finish: true
2319
include:
2420
- node_js: 'lts/*'
2521
env: LINT=true
26-
exclude:
27-
- node_js: 6
28-
env: ESLINT=6
22+
23+
# exclude:
24+
# - node_js: 6
25+
# env: ESLINT=6

0 commit comments

Comments
 (0)