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

Commit fbfd1b3

Browse files
author
Brandon Carroll
committed
ci: run codecov on pull requests
1 parent 18e3ea2 commit fbfd1b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ cache:
1111
- coverage
1212
notifications:
1313
email: false
14-
install: npm install
15-
script: npm run test:coverage
14+
install: npm i && npm i -g codecov
15+
script: npm run test:coverage && codecov
1616
jobs:
1717
include:
1818
- stage: release
1919
if: branch = master AND type != pull_request
2020
node_js: '10'
21-
install: npm install -g codecov
22-
script: codecov && npm run semantic-release
21+
script: npm run semantic-release

0 commit comments

Comments
 (0)