diff --git a/.travis.yml b/.travis.yml index ef7057e3..3df3660a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,13 +50,13 @@ jobs: install: skip script: travis_wait 30 bash _ci/sourceclear.sh - - name: "Static Analysis (SAST)" - stage: build - if: branch NOT IN (company_release) AND type != pull_request - before_install: - - bash _ci/static_analysis_init.sh - - bash _ci/init.sh - script: bash _ci/static_analysis.sh +# - name: "Static Analysis (SAST)" +# stage: build +# if: branch NOT IN (company_release) AND type != pull_request +# before_install: +# - bash _ci/static_analysis_init.sh +# - bash _ci/init.sh +# script: bash _ci/static_analysis.sh - name: "Release" stage: release