travis: only create dist if deploying

define_list_fix
Kirill Vainer 9 years ago
parent dd816a02a0
commit 7fdc49e1e3
  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