build: disable maven releases

still need to figure out why the revision
number is so low for detached HEAD builds..
This commit is contained in:
Kirill Vainer 2015-08-25 00:51:03 -04:00
parent afa9bcde7c
commit 1fdfa269c9

View File

@ -25,7 +25,7 @@ install:
script:
- ./gradlew check
- ./gradlew createZipDistribution
- "[ $TRAVIS_BRANCH == 'master' ] && [ $TRAVIS_PULL_REQUEST == 'false' ] && ./gradlew uploadArchives;"
# - "[ $TRAVIS_BRANCH == 'master' ] && [ $TRAVIS_PULL_REQUEST == 'false' ] && ./gradlew uploadArchives;"
before_deploy:
- export RELEASE_DIST=$(ls build/distributions/*.zip)