Skip to content

Commit 6e62803

Browse files
committed
- Travis: Avoid deprecated or aliased keys; make "os" explicit
1 parent 92718fd commit 6e62803

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ indent_style = space
1212
indent_size = 4
1313
trim_trailing_whitespace = true
1414

15-
[package.json]
15+
[*.{json,yml}]
1616
indent_size = 2

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
sudo: false
21
language: node_js
2+
os:
3+
- linux
34
node_js:
45
- 10
56
- 12
@@ -14,10 +15,10 @@ script:
1415
- npm run test
1516
- 'if [ -n "${LINT-}" ]; then npm run eslint; fi'
1617
env:
17-
matrix:
18+
jobs:
1819
- ESLINT=6
1920
- ESLINT=5
20-
matrix:
21+
jobs:
2122
fast_finish: true
2223
include:
2324
- node_js: 'lts/*'

0 commit comments

Comments
 (0)