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