From 6ff5ad52d3fe78a5d06513c5d1735f38f25d6829 Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sun, 6 Oct 2019 21:06:02 -0600 Subject: [PATCH] Shorten output Signed-off-by: Andrew DeMaria --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fa3d6dc..0afd3fab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: description: "A Free and Open Source community driven media server" notification_email: "airsonic@tutanota.com" build_command_prepend: - build_command: mvn clean compile + build_command: mvn -B clean package -DskipTests=true branch_pattern: master - jdk: openjdk8 - jdk: oraclejdk9