Skip to main content
summaryrefslogtreecommitdiffstats
blob: fa62735c1e26f4faa886d05d9b78015fe6da27b2 (plain) (blame)
1
2
3
4
5
6
7
8
sudo: false
cache:
  directories:
  - $HOME/.m2
language: java
jdk: oraclejdk8
script: "./build.sh"
install: true

Back to the top