Skip to content

Commit

Permalink
Add code coverage thing
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 24, 2017
1 parent c3a1587 commit 82a22ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ before_script:
- adb shell input keyevent 82 &

script:
- travis_wait 60 ./gradlew jacocoDebugTestReport
- travis_wait 60 ./gradlew jacocoDebugTestReport

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

0 comments on commit 82a22ef

Please sign in to comment.