Add Travis CI configuration

This doesn't spin up an emulator yet, but we don't have any tests that require
one anyway
pull/191/head
Alexander Bakker 7 years ago
parent 79279630ba
commit 3054032a37

@ -0,0 +1,7 @@
language: android
android:
components:
- android-28
- build-tools-28.0.3
script:
- ./gradlew build test
Loading…
Cancel
Save