You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/12/16 07:50:33 UTC

[struts] branch master updated: Adds cache to speed up build on Travis

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 9078422  Adds cache to speed up build on Travis
9078422 is described below

commit 90784224962b0768a5a6911f4ace0e404d3e689d
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sat Dec 16 08:50:11 2017 +0100

    Adds cache to speed up build on Travis
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index adda7a1..b7fc7f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,3 +14,7 @@ after_success:
 env:
   global:
     secure: DusDFL9cuX+mj64tXQfrYVbUVYnxlXmad4nuIMj0/lgDbwJ6kxYasJmR99bdvwu08gS9D5b7a+m7WJTN0FNATzEiiGDXcM+TiDPlYDh7dcalU4QGiLmMuCCEw1r7hp2XE4BWVgDfFhCsHhStgjE4RXzHIyPowoPXr4ugPf8at6w=
+
+cache:
+  directories:
+  - $HOME/.m2
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].