Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Jul 5, 2019
2 parents 4ec7b65 + 9c1cecb commit 7ef2771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ cache:
before_script:
- bash scripts/prep-key.sh
script:
- ./gradlew build
- ./gradlew testPlayStoreDebugUnitTestCoverage
- ./gradlew assemblePlayStoreRelease
- ./gradlew assembleFdroidRelease
- ./gradlew testPlayStoreReleaseUnitTestCoverage
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash scripts/update-apk.sh

0 comments on commit 7ef2771

Please sign in to comment.