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.
2 parents 523f36e + aca4d44 commit 3440011Copy full SHA for 3440011
1 file changed
.travis.yml
@@ -70,7 +70,7 @@ before_script:
70
script:
71
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/install.sh; fi
72
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/run_examples_and_tests.sh; fi
73
- - if [ "${TRAVIS_TAG}" = "" ]; then sonar-scanner; fi
+ - if [ "${TRAVIS_TAG}" = "" ] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; then sonar-scanner; fi
74
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/coveralls_uploader.sh; fi
75
- bash .travis/build_docs.sh
76
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/push_release_version.sh; fi
0 commit comments