Next try at fixing the build

This commit is contained in:
Bradlee Speice 2014-11-09 23:38:30 -05:00
parent 84bd26ac52
commit d06915adfa

View File

@ -21,4 +21,7 @@ before_script:
- bash ./wait_for_emulator - bash ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script: "bash gradlew connectedAndroidTestTestConfigDebug" # Need to specify the bash command twice, for whatever reason, the first time fails
script:
- bash gradlew connectedAndroidTestTestConfigDebug
- bash gradlew connectedAndroidTestTestConfigDebug