Skip to content

Commit

Permalink
minor CI configuration adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Apr 29, 2020
1 parent 9d7f501 commit b5c9a3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5c9a3b

Please sign in to comment.