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/.+)$
|
if: branch =~ ^master|(release/.+)$
|
||||||
script:
|
script:
|
||||||
- mvn -P coverage clean package
|
- mvn -P coverage clean package
|
||||||
- stage: Analysis
|
after_success:
|
||||||
if: branch = master
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then mvn sonar:sonar; fi
|
||||||
script:
|
|
||||||
- mvn sonar:sonar
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user