diff --git a/.travis.yml b/.travis.yml index 6e3d981..c79ec6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ env: before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window & + before_script: - ./wait_for_emulator - adb shell input keyevent 82 & + script: "./gradlew connectedAndroidTestTestConfigDebug" \ No newline at end of file