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 30dc6f8 commit ec82192Copy full SHA for ec82192
1 file changed
.travis.yml
@@ -97,7 +97,7 @@ before_script:
97
98
script:
99
- if [[ ! $TRAVIS_TAG ]]; then bash test/install_and_run_tests.sh; fi
100
- - if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh
+ - if [[ ! $TRAVIS_TAG ]]; then bash .travis/validate_report_files.sh fi
101
- if [[ ! $TRAVIS_TAG ]] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sonar-scanner; fi
102
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/coveralls_uploader.sh; fi
103
- bash .travis/build_docs.sh
0 commit comments