Skip to content

Commit

Permalink
Try to fix the deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Mar 13, 2019
1 parent 60950e2 commit 41431c6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Expand Up @@ -25,10 +25,13 @@ before_script:
before_deploy:

deploy:
on:
all_branches: true
condition: $TRAVIS_BRANCH = master || $TRAVIS_TAG
skip_cleanup: true
provider: script
script: sbt ++$TRAVIS_SCALA_VERSION releaseEarly

- provider: script
script: sbt ++$TRAVIS_SCALA_VERSION releaseEarly
skip_cleanup: true
on:
branch: master
- provider: script
script: sbt ++$TRAVIS_SCALA_VERSION releaseEarly
skip_cleanup: true
on:
tags: true

0 comments on commit 41431c6

Please sign in to comment.