Remove usage of emulator in Travis-CI

The emulator was never used, no reason to download it on every build
This commit is contained in:
Branden Archer
2016-05-16 20:55:37 -04:00
parent 14972c9cc9
commit 7bbcc52ba6

View File

@@ -15,10 +15,6 @@ android:
# Additional components
- extra
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-x86-android-17
script: ./gradlew build lint findbugs test
after_failure: