summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-25 15:24:51 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 08:54:55 -0700
commit26e912f4e882bc18746d8e3e95363438db27e195 (patch)
tree5cef3940c5fdeec2627461268636d789e94b8121
parente44e79b1ae91b553e9697f3246254e1273488d28 (diff)
downloadmixlib-log-26e912f4e882bc18746d8e3e95363438db27e195.tar.gz
Remove bundler uninstall hack
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6008875..72a3f67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,4 @@ branches:
bundler_args: --without docs development
-before_install:
- - gem install bundler
- - bundle --version
- - gem update --system
- - gem --version
-
script: bundle exec rake