Skip to content

Commit

Permalink
Update runSonarQubeAnalysis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cas authored Jan 13, 2019
1 parent 79734bf commit 80af649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/runSonarQubeAnalysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e


# We don't want to run X times the same analysis because of the matrix configuration
if [ "${TRAVIS_PYTHON_VERSION}" != "pypy-5.6.0" ]; then
if [ "${TRAVIS_PYTHON_VERSION}" != "pypy2.7-6.0" ] && [ "${TRAVIS_PYTHON_VERSION}" != "pypy3.5-6.0" ]; then
echo "Duplicated run detected, skipping the SonarQube analysis... (currently running ${TRAVIS_PYTHON_VERSION})"
exit 0
fi
Expand Down

0 comments on commit 80af649

Please sign in to comment.