From ce9d5b6d76de3fe443c42ca069011278789c2577 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:18 -0500 Subject: [PATCH] Revert "Next try at fixing the build" This reverts commit d06915adfa29d34150bc6314df07ee94b3ba3d07. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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