mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
trimmed after success to a single JDK
This commit is contained in:
@@ -36,8 +36,8 @@ matrix:
|
||||
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 20 mvn install sonar:sonar -DreleaseTesting; else travis_wait 15 mvn install sonar:sonar -DreleaseTesting; fi
|
||||
|
||||
after_success:
|
||||
- java -cp ~/codacy-coverage-reporter-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build-reporting/target/coverage-reports/jacoco.xml
|
||||
- ./coverity_scan.sh
|
||||
- if [ "$JDK" == "JDK7" ]; then java -cp ~/codacy-coverage-reporter-assembly.jar com.codacy.CodacyCoverageReporter -l Java -r build-reporting/target/coverage-reports/jacoco.xml; fi;
|
||||
- if [ "$JDK" == "JDK7" ]; then ./coverity_scan.sh; fi;
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
|
||||
Reference in New Issue
Block a user