diff --git a/.travis.yml b/.travis.yml index 41971701..9fa3d6dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ matrix: name: "airsonic/airsonic" description: "A Free and Open Source community driven media server" notification_email: "airsonic@tutanota.com" - build_command_prepend: mvn clean - build_command: mvn clean + build_command_prepend: + build_command: mvn clean compile branch_pattern: master - jdk: openjdk8 - jdk: oraclejdk9