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