From 6c255e5785110f3309928452d9113726b97f130b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 16 Jan 2014 13:37:19 -0800 Subject: [PATCH] Reduce logging in Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a1a57bd99..f3b97ca764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: java services: mongodb -install: mvn install -U -DskipTests=true -P spring-snapshot -script: mvn install -nsu -P '!integration' +install: mvn install -q -U -DskipTests=true -P spring-snapshot +script: mvn install -q -nsu -P '!integration'