Dont run unit tests on emulator.

This commit is contained in:
Tim Schumacher 2015-01-25 12:14:24 +01:00
parent 943a9011e1
commit d23fec6ffe

View file

@ -1,8 +1,6 @@
language: android
jdk: oraclejdk7
before_script:
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew build