Skip to content

Commit 4e54d2f

Browse files
committed
FIX: Moved apk signing back to before_deploy section
1 parent c78d521 commit 4e54d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ script:
5858
- "./gradlew build assembleDebug" # assemble both Mock and Prod versions
5959
- "./gradlew build assembleProdRelease"
6060

61-
after_script:
61+
before_deploy:
6262
- "cp ${APK_BUILD_OUTPUT_DEBUG} ${APK_PATH_DEBUG}"
6363
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 ${APK_BUILD_OUTPUT_RELEASE}
6464
creative_client_test -keystore $TRAVIS_BUILD_DIR/.keystore -storepass $storepass

0 commit comments

Comments
 (0)