mirror of https://github.com/beemdevelopment/Aegis
Add Travis CI configuration
This doesn't spin up an emulator yet, but we don't have any tests that require one anywaypull/191/head
parent
79279630ba
commit
3054032a37
@ -0,0 +1,7 @@
|
|||||||
|
language: android
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- android-28
|
||||||
|
- build-tools-28.0.3
|
||||||
|
script:
|
||||||
|
- ./gradlew build test
|
Loading…
Reference in New Issue