Repository: tapestry-5 Updated Branches: refs/heads/master 57028a1a4 -> 56168dabe
cache downloaded webdriver binaries Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/56168dab Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/56168dab Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/56168dab Branch: refs/heads/master Commit: 56168dabe66ba4c6df555b76650ef95796840f1c Parents: 57028a1 Author: Jochen Kemnade <[email protected]> Authored: Tue Oct 10 11:38:57 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Oct 10 11:38:57 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/56168dab/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 699533a..aa9100b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: ./gradlew -Dci=true continuousIntegration cache: directories: - $HOME/.gradle + - $HOME/.m2/repository/webdriver sudo: false
