Skip to content

Commit

Permalink
ci: don't upload coverage in release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 25, 2017
1 parent cf538f6 commit 432beb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
script:
- npm run build
- npm run semantic-release
after_sucess: skip
before_deploy:
- npm run typedoc
deploy:
Expand Down

0 comments on commit 432beb0

Please sign in to comment.