Try to fix travis

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2019-10-06 20:31:03 -06:00
parent da34bf0d3f
commit 9ef7f47c45
+14 -14
View File
@@ -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: