Skip to content

Commit 38093f9

Browse files
committed
ci(travis): adds code coverage check
BREAKING CHANGE: initial release
1 parent 719c4ec commit 38093f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010
script:
1111
- npm run commitlint-travis
1212
- npm run lint
13-
- npm run coverage
13+
- npm run test-coverage
1414
after_success:
1515
- npm run collect-coverage
1616
- npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)