Reduce logging in Travis

This commit is contained in:
Phillip Webb 2014-01-16 13:37:19 -08:00
parent b85f984349
commit 6c255e5785
1 changed files with 2 additions and 2 deletions

View File

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