Windows can't mark a file executable...

This commit is contained in:
DjBushido 2014-07-05 11:27:28 -04:00
parent c1c8a4ba13
commit 35fded6a21

View File

@ -8,7 +8,7 @@ before_install:
- emulator -avd test -no-skin -no-audio -no-window & - emulator -avd test -no-skin -no-audio -no-window &
before_script: before_script:
- ./wait_for_emulator - bash ./wait_for_emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
script: "./gradlew connectedAndroidTestTestConfigDebug" script: "./gradlew connectedAndroidTestTestConfigDebug"