Skip to content

Commit d1fbeea

Browse files
committed
Fix .travis.yaml
1 parent a35c5cc commit d1fbeea

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ root = true
99

1010
# Change these settings to your own preference
1111
indent_style = tab
12+
tab_width = 4
1213
end_of_line = lf
1314
charset = utf-8
1415
trim_trailing_whitespace = true
@@ -19,3 +20,7 @@ trim_trailing_whitespace = false
1920

2021
[*.md]
2122
trim_trailing_whitespace = false
23+
24+
[*.{yaml,yml}]
25+
indent_style = space
26+
tab_width = 2

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ language: node_js
55
node_js:
66
- 8
77
- 9
8-
- 10
9-
- 11
10-
- 12
8+
- 10
9+
- 11
10+
- 12
1111
- node
1212
- lts/argon
1313
- lts/boron

0 commit comments

Comments
 (0)