summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-09 11:04:29 -0800
committerTim Smith <tsmith@chef.io>2017-11-09 11:04:29 -0800
commit049064c789bd8369edf7c564180e2f0e5259cf1d (patch)
treef5c690e5994b0ac6b47757a39762fe728db4e74c
parent0e49a922d388d478fed298254bd3c762c3bb8378 (diff)
downloadchef-049064c789bd8369edf7c564180e2f0e5259cf1d.tar.gz
See what the bundler config is
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a76b98140a..457b946219 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ before_install:
- rvm @global do gem uninstall bundler -a -x
- gem install bundler -v 1.15.4
- $(which bundle) --version
+ - bundle config
+
before_script:
# force all .rspec tests into progress display to reduce line count