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 6e62803 commit a8ba5c2Copy full SHA for a8ba5c2
1 file changed
.travis.yml
@@ -8,21 +8,18 @@ node_js:
8
9
before_install:
10
- 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'
14
script:
15
- npm run test
16
- 'if [ -n "${LINT-}" ]; then npm run eslint; fi'
17
env:
18
jobs:
19
- - ESLINT=6
20
- - ESLINT=5
+ - ESLINT=7
21
22
fast_finish: true
23
include:
24
- node_js: 'lts/*'
25
env: LINT=true
26
- exclude:
27
- - node_js: 6
28
- env: ESLINT=6
+
+# exclude:
+# - node_js: 6
+# env: ESLINT=6
0 commit comments