Cache Maven stuffs on Travis.

This commit is contained in:
Michael Bayne
2015-03-17 08:29:07 -07:00
parent 9c16e724ba
commit 2382687b21
+10
View File
@@ -1,3 +1,5 @@
sudo: false
language: java
jdk:
@@ -7,3 +9,11 @@ jdk:
branches:
only:
- master
cache:
directories:
- '$HOME/.m2/repository'
script:
- mvn -B test
- rm -rf $HOME/.m2/repository/com/threerings/narya*