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

Commit 75ef2f1

Browse files
committed
ci: update script
1 parent dfdc66b commit 75ef2f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ typings/
6161
build/**/*.js
6262
dist/
6363
release/
64+
65+
# cover report
66+
coverage/
67+
.nyc_output/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ script:
1818
- /bin/bash build/lint-commits.sh
1919
- npm run ex:build && npm run release
2020

21-
after_script:
21+
after_success:
2222
- npm run cover

0 commit comments

Comments
 (0)