blob: fe2e952a1d9a7059a7dabd93aebd85baab075cbb [file] [log] [blame]
language: java
sudo: false
matrix:
include:
- os: linux
jdk: openjdk8
- os: linux
jdk: openjdk11
- os: linux
arch: s390x
jdk: openjdk11
addons:
apt:
update: true
packages:
- maven
- libcppunit-dev
cache:
directories:
- "$HOME/.m2"
addons:
apt:
packages:
- libcppunit-dev
script: mvn clean apache-rat:check install -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.5
- branch-3.4