blob: 7f320b9e0055dab51ad57ea865df6797674524d3 [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 verify -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.5
- branch-3.4