diff --git a/.travis.yml b/.travis.yml index 1ba6e4d..c449414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,7 @@ before_script: - bash ./wait_for_emulator - adb shell input keyevent 82 & -script: "bash gradlew connectedAndroidTestTestConfigDebug" \ No newline at end of file +# 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