Skip to content

Commit 7e377f6

Browse files
committed
[build] format travis.yml
1 parent b273c89 commit 7e377f6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
language: node_js
22
sudo: required
33
addons:
4-
chrome: stable
4+
chrome: stable
55
node_js:
6-
- 10
6+
- 10
77
os: linux
88
cache:
99
yarn: true
1010
branches:
1111
only:
12-
- master
13-
- dev
12+
- master
13+
- dev
1414
install:
15-
- |
15+
- |
1616
yarn install
1717
script:
18-
- |
18+
- |
1919
npm run lint && npm run test
2020
after_success:
21-
- |
21+
- |
2222
cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov

0 commit comments

Comments
 (0)