Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ android:
- extra-android-support
- extra-android-m2repository

before_install:
- pip install --user codecov

script:
- ./gradlew clean testDebugUnitTest --info
- ./gradlew clean testDebugUnitTest jacocoTestReport --info

after_success:
- ./gradlew jacocoTestReport coveralls
- ./gradlew coveralls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need the coverall task?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will leave for now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kk

- codecov
- ./scripts/publish_snapshot.sh

cache:
Expand Down