From 73c5d1dbd4378b2f4ffc383dbc28b4e1e293dea9 Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Thu, 7 Sep 2017 21:07:39 -0700 Subject: [PATCH] cache maven repo in travis builds --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f89be4..5676339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,7 @@ jdk: #- oraclejdk7 #https://github.com/travis-ci/travis-ci/issues/7884 - openjdk8 - openjdk7 - #- openjdk6 #https://github.com/travis-ci/travis-ci/issues/8199 \ No newline at end of file + #- openjdk6 #https://github.com/travis-ci/travis-ci/issues/8199 +cache: + directories: + - $HOME/.m2 \ No newline at end of file