summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-19 10:25:42 -0700
committerTim Smith <tsmith@chef.io>2019-03-19 10:25:42 -0700
commitdc00d83e829a5465eb4b32a64fe49135ed767b0a (patch)
tree2527a66bae0b3604990bb05a0cd3ebd09e476982 /Gemfile
parent1b2bcba4cbbfebae3bb962357155a40dd195c17f (diff)
downloadchef-dc00d83e829a5465eb4b32a64fe49135ed767b0a.tar.gz
Remove the travis gem from our gemfile
It doesn't look like we're using this anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 9a19a80d69..edaa130e79 100644
--- a/Gemfile
+++ b/Gemfile
@@ -65,10 +65,6 @@ group(:development, :test) do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
end
-group(:travis) do
- gem "travis"
-end
-
instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]
# If you want to load debugging tools into the bundle exec sandbox,