Skip to content

Commit 03a25a3

Browse files
committed
Get rid of --info
1 parent 974cbb8 commit 03a25a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- pip install --user codecov
2222

2323
script:
24-
- ./gradlew clean testDebugUnitTest jacocoTestReport --info
24+
- ./gradlew clean testDebugUnitTest jacocoTestReport
2525

2626
after_success:
2727
- ./gradlew coveralls

0 commit comments

Comments
 (0)