blob: 98d00279834f028cda77146737c23791bdc71d04 [file] [log] [blame]
language: java
sudo: false
jdk:
- openjdk8
- openjdk11
cache:
directories:
- "$HOME/.m2"
addons:
apt:
packages:
- libcppunit-dev
script: mvn clean install -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.5
- branch-3.4