Dont run unit tests on emulator.
This commit is contained in:
parent
943a9011e1
commit
d23fec6ffe
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
language: android
|
language: android
|
||||||
jdk: oraclejdk7
|
jdk: oraclejdk7
|
||||||
|
|
||||||
before_script:
|
script:
|
||||||
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
|
- ./gradlew build
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
|
||||||
- android-wait-for-emulator
|
|
||||||
- adb shell input keyevent 82 &
|
|
||||||
|
|
Reference in a new issue