We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0516d24 commit 3e32f00Copy full SHA for 3e32f00
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
- pip install --user codecov
22
23
script:
24
- - ./gradlew clean testDebugUnitTest jacocoTestReport --info
+ - ./gradlew clean testDebugUnitTest jacocoTestReport
25
26
after_success:
27
- ./gradlew coveralls
0 commit comments