travis: only create dist if deploying

cleanup_build_scripts
Kirill Vainer 9 years ago
parent 3419256941
commit 513fc08fb6
  1. 2
      .travis.yml

@ -21,9 +21,9 @@ install:
script: script:
- ./gradlew check - ./gradlew check
- ./gradlew createZipDistribution
before_deploy: before_deploy:
- ./gradlew createZipDistribution
- export RELEASE_DIST=$(ls build/distributions/*.zip) - export RELEASE_DIST=$(ls build/distributions/*.zip)
deploy: deploy:

Loading…
Cancel
Save