Add initial travis file for CI

This commit is contained in:
Shinokuni 2019-10-15 09:37:58 +02:00
parent 272e867c8d
commit 1a0115c464

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: android
android:
components:
- android-28
- build-tools-29.0.4
script:
- ./gradlew clean assembleDebug assembleRelease testDebug