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

tapestry-5 git commit: enable info logging from Gradle

Repository: tapestry-5
Updated Branches:
  refs/heads/master eedc2b841 -> 1ea1cecaf


enable info logging from Gradle


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

Branch: refs/heads/master
Commit: 1ea1cecaf702ca76fe9fc41e1e74cb3988d43589
Parents: eedc2b8
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Sep 16 08:50:31 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Sep 16 08:50:31 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1ea1ceca/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 2d2418e..0157160 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 -Dci=true continuousIntegration
+script: ./gradlew -i -Dci=true continuousIntegration
 
 cache:
   directories: