From 7d1bdf6e819a0d0d50aa17e07910771bc6bee5e4 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Mon, 1 Aug 2016 16:39:06 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 837a3d08e7..c69a2bc2e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - export MAVEN_SKIP_RC=true install: - - mvn install -Pdistribution -DskipTests=true -B -V + - mvn install -Pdistribution -DskipTests=true -B -V -q script: - mvn test -B