diff --git a/.travis.yml b/.travis.yml index 989dbc9..dd37e02 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 connectedAndroidTestTestConfigDebug" \ No newline at end of file