diff --git a/.travis.yml b/.travis.yml index c449414..1ba6e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file +script: "bash gradlew connectedAndroidTestTestConfigDebug" \ No newline at end of file