Remove -q from mvn, already pretty chatty, doesn't do anything

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/166b6419
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/166b6419
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/166b6419

Branch: refs/heads/master
Commit: 166b6419f6fae995d29d0cfe723dcd1522d8a7f9
Parents: 3d2fcf7
Author: Joey Frazee <jfra...@apache.org>
Authored: Sat Jan 14 17:17:26 2017 -0600
Committer: Joey Frazee <jfra...@apache.org>
Committed: Sat Jan 14 17:17:26 2017 -0600

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/166b6419/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3b17001..040fb26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,4 +34,4 @@ jdk:
   - oraclejdk8
 
 # tests take too long to run and produce too much output to enable at this time
-script: mvn clean install -q -Pcontrib-check -Drat.consoleOutput=true 
-Dmaven.test.skip.exec=true
+script: mvn clean install -Pcontrib-check -Drat.consoleOutput=true 
-Dmaven.test.skip.exec=true

Reply via email to