2015-09-25 01:18:53 -04:00
|
|
|
language: java
|
2020-11-16 10:07:37 -05:00
|
|
|
dist: xenial
|
2015-09-25 01:18:53 -04:00
|
|
|
jdk:
|
2020-11-14 06:01:26 -05:00
|
|
|
- openjdk8
|
2015-09-25 01:18:53 -04:00
|
|
|
|
2020-11-29 10:53:38 -05:00
|
|
|
install: "mvn clean install -DskipTests=true -B -V -Pci-build"
|
2015-10-06 23:43:48 -04:00
|
|
|
|
2020-11-29 11:38:28 -05:00
|
|
|
script: "mvn clean install -B -V -Pci-build"
|
2015-09-25 01:18:53 -04:00
|
|
|
|
2020-11-29 10:53:38 -05:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.m2
|
|
|
|
|
2015-09-25 01:18:53 -04:00
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- gh-pages
|
2020-11-12 20:19:30 -05:00
|
|
|
|