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 53b9423 commit 99d17ccCopy full SHA for 99d17cc
1 file changed
.travis.yml
@@ -71,7 +71,7 @@ before_script:
71
script:
72
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/install.sh; fi
73
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/run_examples_and_tests.sh; fi
74
- - if [ "${TRAVIS_TAG}" = "" ] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; then sonar-scanner; fi
+ - if [ "${TRAVIS_TAG}" = "" ] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then sonar-scanner; fi
75
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/coveralls_uploader.sh; fi
76
- bash .travis/build_docs.sh
77
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/push_release_version.sh; fi
0 commit comments