Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30563d9 commit 34db68cCopy full SHA for 34db68c
1 file changed
.travis.yml
@@ -94,7 +94,7 @@ before_script:
94
script:
95
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
96
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh; fi
97
- - if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; then sonar-scanner; fi
+ - if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; .travis/run_sonar_scanner.sh; fi
98
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
99
100
notifications:
0 commit comments