Skip to content

Commit 58140f7

Browse files
committed
chore: update .travis.yml
1 parent 83cae91 commit 58140f7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
language: node_js
2+
23
node_js:
34
- "8"
45
- "9"
56
- "10"
7+
8+
sudo: false
9+
610
install:
7-
- npm install -g codecov
11+
- yarn install
12+
- yarn install -g codecov
13+
814
script:
915
- yarn run test:coverage
1016
- codecov
11-
git:
12-
depth: 3
17+
1318
cache:
1419
yarn: true
1520
directories:

0 commit comments

Comments
 (0)