build: disable maven uploads for now

Some issues are preventing it from working correctly ..
experimental
Kirill Vainer 10 years ago
parent e5b3646fe4
commit f2e2ac7d44
  1. 1
      .travis.yml

@ -25,7 +25,6 @@ install:
script: script:
- ./gradlew check - ./gradlew check
- ./gradlew createZipDistribution - ./gradlew createZipDistribution
- ./gradlew uploadArchives
before_deploy: before_deploy:
- export RELEASE_DIST=$(ls build/distributions/*.zip) - export RELEASE_DIST=$(ls build/distributions/*.zip)

Loading…
Cancel
Save