Use the actual connectedAndroidCheck target

This commit is contained in:
Bradlee Speice 2014-10-30 01:08:30 -04:00
parent 41fc51a2b7
commit c29ab19965

View File

@ -9,4 +9,6 @@ before_install:
before_script: before_script:
- bash ./wait_for_emulator - bash ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script: "bash gradlew connectedAndroidTest"