From c29ab1996575114bfff7351af216ad94fe73a10a Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 30 Oct 2014 01:08:30 -0400 Subject: [PATCH] Use the actual connectedAndroidCheck target --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 989dbc9..31f9952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,6 @@ before_install: before_script: - bash ./wait_for_emulator - - adb shell input keyevent 82 & \ No newline at end of file + - adb shell input keyevent 82 & + +script: "bash gradlew connectedAndroidTest" \ No newline at end of file