diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-19 10:25:42 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-19 10:25:42 -0700 |
commit | dc00d83e829a5465eb4b32a64fe49135ed767b0a (patch) | |
tree | 2527a66bae0b3604990bb05a0cd3ebd09e476982 /Gemfile | |
parent | 1b2bcba4cbbfebae3bb962357155a40dd195c17f (diff) | |
download | chef-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-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, |