mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-11 16:53:55 +01:00
Add initial travis file for CI
This commit is contained in:
parent
272e867c8d
commit
1a0115c464
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- android-28
|
||||
- build-tools-29.0.4
|
||||
|
||||
script:
|
||||
- ./gradlew clean assembleDebug assembleRelease testDebug
|
Loading…
Reference in New Issue
Block a user