Skip to content

Commit

Permalink
Make Git quiet when running tests in Travis
Browse files Browse the repository at this point in the history
Without this change, test automation logs are polluted
with about 430 lines like:
Unpacking objects:  91% (51/56)

See:
https://docs.travis-ci.com/user/customizing-the-build/#git-clone-quiet
  • Loading branch information
kokosing committed Feb 4, 2019
1 parent 157ad3a commit b59e583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ cache:
directories:
- $HOME/.m2/repository

git:
quiet: true

install:
- ./mvnw -v
- |
Expand Down

0 comments on commit b59e583

Please sign in to comment.