diff --git a/.travis.yml b/.travis.yml index c79ec6d..a287f43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: - emulator -avd test -no-skin -no-audio -no-window & before_script: - - ./wait_for_emulator + - bash ./wait_for_emulator - adb shell input keyevent 82 & script: "./gradlew connectedAndroidTestTestConfigDebug" \ No newline at end of file