Skip to content

Commit

Permalink
fix: fix missing deployment conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Mar 8, 2019
1 parent 8b8f4ec commit 4cc81d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ script:
deploy:
- provider: script
script: npx semantic-release
skip_cleanup: true
skip_cleanup: true
on:
tags: true
all_branches: true

0 comments on commit 4cc81d9

Please sign in to comment.