Repository: tapestry-5 Updated Branches: refs/heads/master ef290f536 -> 6d69eb9a7
work around build timeouts Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6d69eb9a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6d69eb9a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6d69eb9a Branch: refs/heads/master Commit: 6d69eb9a7d77b112d28df1b6ee1e60ae42878e48 Parents: ef290f5 Author: Jochen Kemnade <[email protected]> Authored: Thu Oct 19 08:34:32 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Oct 19 08:34:32 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6d69eb9a/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index aa9100b..eb3b917 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: install: /bin/true -script: ./gradlew -Dci=true continuousIntegration +script: travis_wait ./gradlew -Dci=true continuousIntegration cache: directories:
