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

Skip to content

Commit f27f96b

Browse files
authored
Merge pull request #257 from viniciusam/fix255
Fix #255.
2 parents 361f007 + b9b95a1 commit f27f96b

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)