Revert "Next try at fixing the build"

This reverts commit d06915adfa.
This commit is contained in:
Bradlee Speice 2014-11-09 23:55:18 -05:00
parent d06915adfa
commit ce9d5b6d76

View File

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