diff --git a/.travis.yml b/.travis.yml index e3da155..b4f159b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ name: "Brakeman check" script: bundle exec brakeman -w2 --except=Redirect,CrossSiteScripting - - stage: security - name: "Bundle audit" - script: bundle exec bundle-audit check --update + # disable until bugs fixed + # - stage: security + # name: "Bundle audit" + # script: bundle exec bundle-audit check --update