add travis build cache

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2021-08-16 16:12:45 +02:00
parent 55357d2270
commit 21af69f3eb
1 changed files with 6 additions and 1 deletions

View File

@ -13,4 +13,9 @@ install: /bin/true
script:
- mvn clean
- mvn install
- mvn install
cache:
directories:
- $HOME/.m2