Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
2020-08-09 Version 2.3.1: Fixed Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
fartem committed Aug 9, 2020
1 parent e901cf0 commit 18e14c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- ./gradlew createDebugImplDebugAndroidTestCoverageReport
- ./gradlew createDemoDebugCoverageReport

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

0 comments on commit 18e14c7

Please sign in to comment.