Skip to content

Commit

Permalink
- CI: Make default fields explicit and use non-aliased jobs over `m…
Browse files Browse the repository at this point in the history
…atrix` to avoid extra reporting on config section of Travis site
  • Loading branch information
brettz9 committed Jul 12, 2020
1 parent ef7b294 commit 20fe098
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
os: linux
dist: xenial
language: node_js
node_js:
- 14
- 12
- 10

before_install:
- npm config set depth 0
before_script: >
Expand All @@ -21,10 +24,10 @@ script:
- 'if [ -n "${LINT-}" ]; then npm run lint; fi'
- npm run build
env:
matrix:
jobs:
- ESLINT=7
- ESLINT=6
matrix:
jobs:
fast_finish: true
include:
- node_js: 'lts/*'
Expand Down

0 comments on commit 20fe098

Please sign in to comment.