Skip to content

Commit 35118bc

Browse files
Set travis ci node version
1 parent 5170191 commit 35118bc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end_of_line = lf
1111
insert_final_newline = true
1212
trim_trailing_whitespace = true
1313

14-
[{package.json,*.scss,*.css}]
14+
[{package.json,*.yml,*.yaml,*.scss,*.css}]
1515
indent_size = 2
1616

1717
[*.md]

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- 'stable'
3+
- '9'
4+
- '8'
5+
- '7'
46
script:
5-
- yarn lint
6-
- yarn test
7+
- yarn lint
8+
- yarn test

0 commit comments

Comments
 (0)