try enabling Maven caching for faster Travis builds

This commit is contained in:
Manu Sridharan 2014-12-23 11:51:17 -08:00
parent c447ae9640
commit 7c44097ee6
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false
sudo: false
cache:
directories:
- $HOME/.m2