We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1dec2 commit afcc371Copy full SHA for afcc371
.travis.yml
@@ -26,4 +26,5 @@ before_script:
26
script:
27
- ./gradlew cleanAllModules
28
- ./gradlew testAllModulesTravis
29
- - if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
+ - if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
30
+dist: precise
0 commit comments