diff --git a/.travis.yml b/.travis.yml index 971f5c8b..41971701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,20 @@ script: matrix: include: + - name: coverity + script: + - echo "coverity scan script" + install: + - echo "coverity scan install" + addons: + coverity_scan: + project: + 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 + branch_pattern: master - jdk: openjdk8 - jdk: oraclejdk9 before_install: