You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/09/16 09:41:39 UTC

tapestry-5 git commit: Travis doesn't like verbose logging

Repository: tapestry-5
Updated Branches:
  refs/heads/master b1c9dcab6 -> b9b6ccd92


Travis doesn't like verbose logging


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b9b6ccd9
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b9b6ccd9
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b9b6ccd9

Branch: refs/heads/master
Commit: b9b6ccd92a3bfa19d8b3e3c4af9bf20fbec9b9a1
Parents: b1c9dca
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Sep 16 09:41:10 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Sep 16 09:41:10 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b9b6ccd9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0157160..2d2418e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install:
   - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
   - "export DISPLAY=:99.0"
 
-script: ./gradlew -i -Dci=true continuousIntegration
+script: ./gradlew -Dci=true continuousIntegration
 
 cache:
   directories: