Skip to content

Commit

Permalink
Use -q Quiet output which only show errors, to overcome TravisCI log …
Browse files Browse the repository at this point in the history
…limit issue
  • Loading branch information
AnuGayan committed Apr 23, 2021
1 parent d28f490 commit 937451d
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 @@ -17,7 +17,7 @@ jdk:
- openjdk8
after_success:
- bash <(curl -s https://codecov.io/bash)

script: mvn clean install -q -B -V | grep -v DEBUG; exit "${PIPESTATUS[0]}";
cache:
directories:
- $HOME/.m2

0 comments on commit 937451d

Please sign in to comment.