Reduce maven verbosity for travis

This commit is contained in:
rubenlagus 2019-07-30 00:05:36 +01:00 committed by Ruben Bermudez
parent e7e369472b
commit 0d0fea0f54
1 changed files with 1 additions and 1 deletions

View File

@ -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: