You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/10/10 09:39:46 UTC

tapestry-5 git commit: cache downloaded webdriver binaries

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 <jo...@eddyson.de>
Authored: Tue Oct 10 11:38:57 2017 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
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