Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 855354b

Browse files
authored
chore(ci): add codecov to repo
1 parent 774c29c commit 855354b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ notifications:
1111
branches:
1212
only:
1313
- master
14-
install: npm install
15-
script: npm run test:coverage
14+
install:
15+
- npm install
16+
- npm install -g codecov
17+
script:
18+
- npm run test:coverage
19+
- codecov
1620
jobs:
1721
include:
1822
- stage: release

0 commit comments

Comments
 (0)