Support m2 cache in CI.

This commit is contained in:
Wu Sheng 2018-08-20 22:05:31 +08:00
parent 08df2218d7
commit 03af5f1806
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
sudo: required
cache:
directories:
- "$HOME/.m2"
language: java
before_install:
- mkdir ci-dependencies