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/commons-ognl.git

commit dae9789bb94fc0e86961ec11fe08be98f84ef08b
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Dec 24 09:56:57 2020 +0100

    Caches Maven dependencies on Travis
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e7d25a5..ca6e961 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 language: java
 sudo: false
 
+cache:
+  directories:
+    - $HOME/.m2
+
 jdk:
   - openjdk7
   - openjdk8

Reply via email to