diff --git a/.travis.yml b/.travis.yml index 4fbc82ca..fdc4ef95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,6 @@ android: - android-$ANDROID_API_LEVEL # For Google APIs - addon-google_apis-google-$ANDROID_API_LEVEL - # Google Play Services - - extra-google-google_play_services # Support library - extra-android-support # Latest artifacts in local repository @@ -35,10 +33,11 @@ android: - sys-img-armeabi-v7a-google_apis-$ANDROID_API_LEVEL before_script: - # Create and start emulator - echo no | android create avd --force -n test -t "android-"$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG - emulator -avd test -no-skin -no-window & - android-wait-for-emulator + - adb wait-for-device + - ./gradlew connectedCheck script: - - ./gradlew clean jacocoDebugTestReport \ No newline at end of file + - ./gradlew clean jacocoDebugTestReport --debug --stacktrace \ No newline at end of file