Enable travis caching

This commit is contained in:
games647
2019-04-14 10:16:53 +02:00
parent 204ffbb2ee
commit 25858ea11f

View File

@ -6,8 +6,14 @@ sudo: false
# This is a java project
language: java
# Compile the project and run unit tests
script: mvn test -B
jdk:
- oraclejdk8
- oraclejdk9
- openjdk11
# Cache Maven dependencies
cache:
directories:
- '$HOME/.m2/repository'