mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-23 05:13:07 +03:00
Build debug in travis
This commit is contained in:
parent
c31f0b4bb3
commit
c64bd81339
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ android:
|
|||
before_script:
|
||||
- chmod +x gradlew
|
||||
#Build, and run tests
|
||||
script: "./gradlew clean build"
|
||||
script: "./gradlew clean buildDebug"
|
||||
sudo: false
|
||||
|
||||
before_cache:
|
||||
|
|
Loading…
Reference in a new issue