Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3440011

Browse files
authored
Merge branch 'develop' into release/v3.0.0-beta
2 parents 523f36e + aca4d44 commit 3440011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ before_script:
7070
script:
7171
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/install.sh; fi
7272
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/run_examples_and_tests.sh; fi
73-
- if [ "${TRAVIS_TAG}" = "" ]; then sonar-scanner; fi
73+
- if [ "${TRAVIS_TAG}" = "" ] && [ "${TRAVIS_REPO_SLUG}" = "${UTPLSQL_REPO}" ]; then sonar-scanner; fi
7474
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/coveralls_uploader.sh; fi
7575
- bash .travis/build_docs.sh
7676
- if [ "${TRAVIS_TAG}" = "" ]; then bash .travis/push_release_version.sh; fi

0 commit comments

Comments
 (0)