CI: Remove kill line

Hans correctly pointed out all this does is try to kill the echo. The
AVD should be taken down along with the docker runner.
This commit is contained in:
Daniel Martí 2016-02-24 20:27:20 +00:00
parent 5cca8102d7
commit 1153a93425

View File

@ -33,5 +33,3 @@ test:
- adb shell input keyevent 82 - adb shell input keyevent 82
- echo " == Running Android tests on the 2.3.7 emulator" - echo " == Running Android tests on the 2.3.7 emulator"
- ADB_INSTALL_TIMEOUT=8 ./gradlew connectedCheck || { adb logcat -d '*:W'; exit 1; } - ADB_INSTALL_TIMEOUT=8 ./gradlew connectedCheck || { adb logcat -d '*:W'; exit 1; }
- echo " == Stopping Android 2.3.7 emulator"
- kill $!