From d06915adfa29d34150bc6314df07ee94b3ba3d07 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:38:30 -0500 Subject: [PATCH] Next try at fixing the build --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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