Skip to content

Commit

Permalink
only deploy once
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Jul 10, 2017
1 parent 5c875b6 commit 53a7654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ before_deploy:
deploy:
on:
branch: develop
condition: "$CV_BUILD = test && $TRAVIS_EVENT_TYPE = cron && $(git reflog --after='24 hours' | wc -l) -gt 0"
condition: "$CV_BUILD = test && CV_VERSION = stable && $TRAVIS_EVENT_TYPE = cron && $(git reflog --after='24 hours' | wc -l) -gt 0"
provider: bintray
file: "./deploy.json"
user: peuter
Expand Down

0 comments on commit 53a7654

Please sign in to comment.