don't run sonarqube scan on pull requests
This commit is contained in:
parent
9f177ad413
commit
eac7266dcd
|
@ -52,6 +52,10 @@ addons:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
||||||
|
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
|
export sonar_scan=0;
|
||||||
|
fi'
|
||||||
|
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- 'if [[ $crypto == "" ]]; then export crypto=built-in; fi'
|
- 'if [[ $crypto == "" ]]; then export crypto=built-in; fi'
|
||||||
- 'if [[ $TRAVIS_OS_NAME == "osx" && ( "$tests" == "1" || "$sim" == 1 || "$examples" == "1" || "$tools" == "1" || "$python" == "1" ) ]]; then
|
- 'if [[ $TRAVIS_OS_NAME == "osx" && ( "$tests" == "1" || "$sim" == 1 || "$examples" == "1" || "$tools" == "1" || "$python" == "1" ) ]]; then
|
||||||
|
|
Loading…
Reference in New Issue