minor CI configuration adjustments
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9d7f501b1a
commit
b5c9a3b35b
@ -40,10 +40,8 @@ jobs:
|
||||
if: branch =~ ^master|(release/.+)$
|
||||
script:
|
||||
- mvn -P coverage clean package
|
||||
- stage: Analysis
|
||||
if: branch = master
|
||||
script:
|
||||
- mvn sonar:sonar
|
||||
after_success:
|
||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then mvn sonar:sonar; fi
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
Loading…
x
Reference in New Issue
Block a user