diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 642cdd0..89dd3d1 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,9 +7,10 @@ platform: arch: amd64 steps: - name: maven - image: maven:3.6.3-jdk-11 + image: maven:3-jdk-10 commands: - - mvn install -DskipTests=true + - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V + - mvn test -B trigger: branch: - master