Have travis skip install during deployment
This commit is contained in:
parent
c0081abf82
commit
546eb8f085
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ jobs:
|
|||
|
||||
- stage: "Deploy"
|
||||
if: tag is present
|
||||
install: skip
|
||||
script: skip
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue