minor CI configuration adjustments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2020-04-29 16:33:56 +02:00
parent 9d7f501b1a
commit b5c9a3b35b

View File

@ -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: