Skip to content

Commit

Permalink
More adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent a2abe7b commit 4b6d695
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand All @@ -39,6 +40,4 @@ script:
- travis_wait 60 ./gradlew connectedAndroidTest --stacktrace

after_success:
- ./gradlew jacocoDebugReport
- pip install --user codecov
- codecov
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 4b6d695

Please sign in to comment.