Skip to content

Commit 3e32f00

Browse files
committed
Kill --info, it pollutes the Travis logs
1 parent 0516d24 commit 3e32f00

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)