We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78d521 commit 4e54d2fCopy full SHA for 4e54d2f
1 file changed
.travis.yml
@@ -58,7 +58,7 @@ script:
58
- "./gradlew build assembleDebug" # assemble both Mock and Prod versions
59
- "./gradlew build assembleProdRelease"
60
61
-after_script:
+before_deploy:
62
- "cp ${APK_BUILD_OUTPUT_DEBUG} ${APK_PATH_DEBUG}"
63
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 ${APK_BUILD_OUTPUT_RELEASE}
64
creative_client_test -keystore $TRAVIS_BUILD_DIR/.keystore -storepass $storepass
0 commit comments