From 4b6d695008e4475b1c6c6d6a71afa1c5fbb8b1cf Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sun, 23 Jul 2017 12:20:18 -0500 Subject: [PATCH] More adjustments --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cd50477..7e628540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,18 +19,19 @@ env: android: components: - - build-tools-$BUILD_TOOLS_VERSION - - android-$EMULATOR_SDK_LEVEL - - android-$TARGET_SDK_LEVEL - - sys-img-$ABI-android-$EMULATOR_SDK_LEVEL + - tools + - platform-tools + - build-tools-${BUILD_TOOLS_VERSION} + - android-${EMULATOR_SDK_LEVEL} + - android-${TARGET_SDK_LEVEL} - extra-android-m2repository - extra-android-support - extra-google-m2repository + - sys-img-${ABI}-${EMULATOR_SDK_LEVEL} before_script: - echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI - emulator -avd test -no-audio -no-window & - - ./gradlew check --continue --stacktrace - android-wait-for-emulator - adb devices - adb shell input keyevent 82 & @@ -39,6 +40,4 @@ script: - travis_wait 60 ./gradlew connectedAndroidTest --stacktrace after_success: - - ./gradlew jacocoDebugReport - - pip install --user codecov - - codecov \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file