Skip to content

Commit 97e94e8

Browse files
chore: better formatting of travis file
1 parent e01b563 commit 97e94e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: node_js
22
node_js:
3-
- "10"
4-
- "11"
3+
- "10"
4+
- "11"
55
cache:
66
yarn: true
77
directories:
8-
- node_modules
8+
- node_modules
99
install:
10-
- yarn
10+
- yarn
1111
script:
12-
- yarn test
12+
- yarn test
1313
after_success:
14-
- yarn coverage
14+
- yarn coverage

0 commit comments

Comments
 (0)