Skip to content

Commit

Permalink
Sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 4b6d695 commit c7684bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ android:
components:
- tools
- platform-tools
- build-tools-${BUILD_TOOLS_VERSION}
- android-${EMULATOR_SDK_LEVEL}
- android-${TARGET_SDK_LEVEL}
- 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}
- sys-img-$ABI-$EMULATOR_SDK_LEVEL

before_script:
- echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI
Expand All @@ -38,6 +38,7 @@ before_script:

script:
- travis_wait 60 ./gradlew connectedAndroidTest --stacktrace
- ./gradlew jacocoDebugReport

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c7684bd

Please sign in to comment.