Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Aug 18, 2017
1 parent e27d993 commit 7390907
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -15,8 +15,6 @@ env:
- CV_BUILD="test" CV_BROWSER=Chrome_travis CV_VERSION=unstable
- CV_BUILD="docs" ENCRYPTION_LABEL="4c79fec0aeb9" COMMIT_AUTHOR_EMAIL="generator@cometvisu.org" CV_BROWSER=Chrome_travis CV_VERSION=stable
before_install:
- echo "$CV_BUILD = test && CV_VERSION = stable && $TRAVIS_EVENT_TYPE = cron"
- $(git reflog --after='24 hours' | wc -l)
- mkdir -p downloads
- nvm install 4.2
- sudo ./utils/travis/browser-setup.sh
Expand Down Expand Up @@ -60,7 +58,7 @@ before_deploy:
deploy:
on:
branch: develop
condition: "$CV_BUILD = test && CV_VERSION = stable && $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 7390907

Please sign in to comment.