summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 87f8e10..2878a9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,4 +58,7 @@ jobs:
script: vsce publish -p $VSMARKETPLACE_ACCESS_TOKEN
skip_cleanup: true
on:
- tags: true \ No newline at end of file
+ tags: true
+
+after_success:
+ - ./publish_coverage.sh \ No newline at end of file