summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 09:26:17 -0700
committerTim Smith <tsmith@chef.io>2018-10-29 09:26:17 -0700
commitfedd07d72b8526640c338dd1ef539b9ce8ca52e2 (patch)
tree0daeb3b4601c39049800a8a358d9be948285baca
parentd7ac21b32743812158994beee53374d931b4e48f (diff)
downloadchef-fedd07d72b8526640c338dd1ef539b9ce8ca52e2.tar.gz
Remove bundle audit testing in travis
Github does this for us now Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml6
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock9
3 files changed, 0 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index 3960749218..0039f197e1 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.4.4
- 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
#
diff --git a/Gemfile b/Gemfile
index 75c1721274..6d28410a73 100644
--- a/Gemfile
+++ b/Gemfile
@@ -59,8 +59,6 @@ group(:development, :test) do
end
group(:travis) do
- # See `bundler-audit` in .travis.yml
- gem "bundler-audit", git: "https://github.com/rubysec/bundler-audit.git"
gem "travis"
end
diff --git a/Gemfile.lock b/Gemfile.lock
index fc48b011ba..e46e7c0602 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,11 +1,3 @@
-GIT
- remote: https://github.com/rubysec/bundler-audit.git
- revision: b84d88f76c4d656421c1d810c9760b0fdea5d13a
- specs:
- bundler-audit (0.6.0)
- bundler (~> 1.2)
- thor (~> 0.18)
-
PATH
remote: .
specs:
@@ -386,7 +378,6 @@ PLATFORMS
DEPENDENCIES
appbundler
- bundler-audit!
chef!
chef-config!
chef-vault