cache maven dir during build

This commit is contained in:
Spencer Gibb
2015-05-27 12:50:38 -06:00
parent f20ebccd51
commit d79bd1045f

View File

@@ -1,3 +1,7 @@
sudo: false
cache:
directories:
- $HOME/.m2
language: java
before_install:
- git config user.name "$GIT_NAME"