Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit c180f99

Browse files
committed
chore(testing): add integration with codecov
1 parent 152396b commit c180f99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ notifications:
88
node_js:
99
- '10'
1010
- '11'
11-
install: npm install
11+
install:
12+
- npm install -g semantic-release codecov
13+
- npm install
1214
script: npm t
1315
after_success:
14-
- npm install -g semantic-release
1516
- semantic-release
17+
- codecov
1618
branches:
1719
only: master

0 commit comments

Comments
 (0)