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 1701ef8 commit 1195300Copy full SHA for 1195300
.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