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:
- ./gradlew check
- ./gradlew createZipDistribution
before_deploy:
- ./gradlew createZipDistribution
- export RELEASE_DIST=$(ls build/distributions/*.zip)
deploy:

Loading…
Cancel
Save