Repository: tapestry-5 Updated Branches: refs/heads/master 5293d82e4 -> 9a4ce577e
Revert "work around build timeouts" This reverts commit 6d69eb9a7d77b112d28df1b6ee1e60ae42878e48. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9a4ce577 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9a4ce577 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9a4ce577 Branch: refs/heads/master Commit: 9a4ce577eb1f48c6c3538bcb2f58ad9b5be993c9 Parents: 5293d82 Author: Jochen Kemnade <[email protected]> Authored: Tue Oct 24 13:44:58 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Oct 24 13:44:58 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9a4ce577/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index eb3b917..aa9100b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: install: /bin/true -script: travis_wait ./gradlew -Dci=true continuousIntegration +script: ./gradlew -Dci=true continuousIntegration cache: directories:
