From 0d0fea0f543ee41b84cc6c6479e74d3008cb567e Mon Sep 17 00:00:00 2001 From: rubenlagus Date: Tue, 30 Jul 2019 00:05:36 +0100 Subject: [PATCH] Reduce maven verbosity for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f7f9446..0beae9aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: