Skip to content

Commit

Permalink
syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Jan 21, 2018
1 parent 912c4d8 commit c6d09ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,7 +64,7 @@ before_deploy:
deploy:
on:
branch: develop
condition: "$CV_BUILD = test AND $CV_VERSION = stable AND $TRAVIS_EVENT_TYPE = cron AND ($CORE_CHANGES -gt 0 OR $CLIENT_CHANGES -gt 0)"
condition: "$CV_BUILD = test && $CV_VERSION = stable && $TRAVIS_EVENT_TYPE = cron && ($CORE_CHANGES -gt 0 || $CLIENT_CHANGES -gt 0)"
provider: bintray
file: "./deploy.json"
user: peuter
Expand Down

0 comments on commit c6d09ac

Please sign in to comment.