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
|
||||
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
|
||||
|
||||
|
|
Reference in a new issue