Reduce maven verbosity for travis
This commit is contained in:
parent
e7e369472b
commit
0d0fea0f54
@ -5,7 +5,7 @@ jdk:
|
|||||||
- openjdk11
|
- openjdk11
|
||||||
- openjdk-ea
|
- openjdk-ea
|
||||||
install: mvn install -Dgpg.skip
|
install: mvn install -Dgpg.skip
|
||||||
script: mvn clean compile test
|
script: mvn -q clean compile test
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user