language: java jdk: - oraclejdk8 cache: directories: - "$HOME/.m2" install: true script: "mvn -B -U clean install"