Repository: tapestry-5 Updated Branches: refs/heads/master 4b81ec1e8 -> eedc2b841
switch to container-based infrastructure Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/eedc2b84 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/eedc2b84 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/eedc2b84 Branch: refs/heads/master Commit: eedc2b841ec2e354f831d52d15396530c27ce7e8 Parents: 4b81ec1 Author: Jochen Kemnade <[email protected]> Authored: Wed Sep 16 08:39:55 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Sep 16 08:39:55 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eedc2b84/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 450ec6f..2d2418e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,5 @@ script: ./gradlew -Dci=true continuousIntegration cache: directories: - $HOME/.gradle + +sudo: false
