From 196ca252e3903a3957831bdb156e00fdebe77d8d Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Oct 2016 21:40:28 -0500 Subject: [PATCH] Update --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e477d3f1..4fbc82ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,14 @@ android: - tools # to install Android SDK tools 25.1.x - build-tools-$ANDROID_BUILD_TOOLS_VERSION - 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 + - extra-google-m2repository - extra-android-m2repository # Specify at least one system image - sys-img-armeabi-v7a-google_apis-$ANDROID_API_LEVEL @@ -34,7 +39,6 @@ before_script: - 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 shell input keyevent 82 & script: - ./gradlew clean jacocoDebugTestReport \ No newline at end of file