mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-25 23:26:01 +00:00
add test runs to travis
This commit is contained in:
parent
772121be6f
commit
941fcecb9d
1 changed files with 3 additions and 1 deletions
|
|
@ -22,4 +22,6 @@ android:
|
|||
# if you need to run emulator(s) during your tests
|
||||
#- sys-img-armeabi-v7a-android-19
|
||||
#- sys-img-x86-android-17
|
||||
script: ./gradlew assembleDebug
|
||||
script:
|
||||
- ./gradlew assembleDebug
|
||||
- ./gradlew testReleaseUnitTest
|
||||
|
|
|
|||
Loading…
Reference in a new issue