Skip to content

Commit

Permalink
Fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykvdb committed Jul 19, 2020
1 parent 7635ab4 commit 8bf8f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ android:
- extra-android-m2repository
- extra-google-m2repository
script:
- "./gradlew build --stacktrace"
- "./gradlew clean build --stacktrace"
before_deploy:
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 app/build/outputs/apk/release/app-release-unsigned.apk
key -keystore keystore.jks -storepass $storepass -keypass $keypass
- "${ANDROID_HOME}build-tools/25.0.2/zipalign 4 app/build/outputs/apk/release/app-release-unsigned.apk STTT.apk"
- "${ANDROID_HOME}build-tools/29.0.3/zipalign 4 app/build/outputs/apk/release/app-release-unsigned.apk STTT.apk"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 8bf8f3f

Please sign in to comment.