mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 22:39:18 +01:00
Travis
This commit is contained in:
parent
5fbeeade94
commit
194cdf3b5f
@ -5,7 +5,7 @@ android:
|
|||||||
- tools
|
- tools
|
||||||
|
|
||||||
# The BuildTools version used by your project
|
# The BuildTools version used by your project
|
||||||
- build-tools-23.0.1
|
- build-tools-23.0.3
|
||||||
- android-23
|
- android-23
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
- extra-google-m2repository
|
- extra-google-m2repository
|
||||||
@ -15,5 +15,5 @@ android:
|
|||||||
before_script:
|
before_script:
|
||||||
- chmod +x gradlew
|
- chmod +x gradlew
|
||||||
#Build, and run tests
|
#Build, and run tests
|
||||||
script: "./gradlew build testDebug"
|
script: "./gradlew clean assembleDebug testDebugUnitTest"
|
||||||
sudo: false
|
sudo: false
|
||||||
|
Loading…
Reference in New Issue
Block a user