File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ before_script:
9494script :
9595 - if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
9696 - if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh; fi
97- - if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then sonar-scanner; fi
97+ - if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; then sonar-scanner; fi
9898 - if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
9999
100100notifications :
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ sonar.language=plsql
2121
2222# Encoding of the source code. Default is default system encoding
2323# sonar.sourceEncoding=UTF-8
24+ sonar.branch.name =test
25+ sonar.branch.target =source_Test
You can’t perform that action at this time.
0 commit comments