Skip to content

Commit

Permalink
conditional build (in addition to conditional deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoos committed Nov 19, 2018
1 parent 6ac9dbe commit d305a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
- script: lein test :integration
name: "Integration tests"
- stage: deploy
name: "Deploying github release"
script: lein uberjar
if:
repo = uwplse/oddity and tag is present
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit d305a32

Please sign in to comment.