Skip to content

Commit

Permalink
- Travis: Avoid deprecated or aliased keys; make "os" explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 6, 2020
1 parent 92718fd commit 6e62803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[package.json]
[*.{json,yml}]
indent_size = 2
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
os:
- linux
node_js:
- 10
- 12
Expand All @@ -14,10 +15,10 @@ script:
- npm run test
- 'if [ -n "${LINT-}" ]; then npm run eslint; fi'
env:
matrix:
jobs:
- ESLINT=6
- ESLINT=5
matrix:
jobs:
fast_finish: true
include:
- node_js: 'lts/*'
Expand Down

0 comments on commit 6e62803

Please sign in to comment.