diff options
author | Thom May <thom@chef.io> | 2018-03-20 10:48:14 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2018-03-20 10:48:14 +0000 |
commit | 8f4c7dae7dd572c794a33e6182e3e3fc5ed345aa (patch) | |
tree | b52555c57ff1134e1805467e8fcc3b4f2e35ddf4 /.travis.yml | |
parent | 4037c281695ca025a6b454ceb1933fe3e9f38cf5 (diff) | |
download | chef-8f4c7dae7dd572c794a33e6182e3e3fc5ed345aa.tar.gz |
remove bundle audittm/remove_bundle_audit
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index ddfb6ff8e0..fd2b2b9d3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,12 +80,6 @@ matrix: script: bundle exec rake style # also remove integration / external tests bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen - - env: - AUDIT_CHECK: 1 - rvm: 2.5.0 - script: bundle exec bundle-audit check --update - # also remove integration / external tests - bundler_args: --without ci docgen guard integration maintenance omnibus_package --frozen # # External tests # |