Repository: tapestry-5 Updated Branches: refs/heads/master b83b38c9a -> 666791089
travis_wait seems to swallow all the log output 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/66679108 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/66679108 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/66679108 Branch: refs/heads/master Commit: 6667910893e7f34a08a5f960b85c3d11d1389605 Parents: b83b38c Author: Jochen Kemnade <[email protected]> Authored: Wed Sep 16 12:31:47 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Sep 16 12:31:47 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/66679108/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 2cfff4c..4b55e9b 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: travis_wait ./gradlew -Dci=true continuousIntegration +script: ./gradlew -Dci=true continuousIntegration cache: directories:
