Reduce maven verbosity for travis

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

View File

@ -4,7 +4,7 @@ jdk:
- oraclejdk-ea
- openjdk11
- openjdk-ea
install: mvn install -Dgpg.skip
install: mvn -q install -Dgpg.skip
script: mvn -q clean compile test
after_success:
- bash <(curl -s https://codecov.io/bash)