Repository: tapestry-5 Updated Branches: refs/heads/master ff5edbf30 -> 92a92fb68
wait longer for the build to finish (http://docs.travis-ci.com/user/build-timeouts/#Build-times-out-because-no-output-was-received) Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/92a92fb6 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/92a92fb6 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/92a92fb6 Branch: refs/heads/master Commit: 92a92fb684fb33ccf8044fc895fce0fef8becf8a Parents: ff5edbf Author: Jochen Kemnade <[email protected]> Authored: Wed Sep 16 11:26:04 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Sep 16 11:26:04 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/92a92fb6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4b55e9b..2cfff4c 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: travis_wait ./gradlew -Dci=true continuousIntegration cache: directories:
