diff --git a/.travis.yml b/.travis.yml index 08e401bc..c31166dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,20 +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 -DskipTests=true package - branch_pattern: master + - 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 -DskipTests=true package + branch_pattern: master - jdk: openjdk8 - jdk: oraclejdk9 before_install: