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