Add Travis CI configuration

This doesn't spin up an emulator yet, but we don't have any tests that require
one anyway
This commit is contained in:
Alexander Bakker 2019-05-15 20:47:11 +02:00
parent 79279630ba
commit 3054032a37

7
.travis.yml Normal file
View file

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