summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Hudson <jhudson@chef.io>2017-12-12 19:09:42 -0700
committerJosh Hudson <jhudson@chef.io>2017-12-12 19:09:42 -0700
commit7576b174eeaceb6341ac57f4157ef63dca589840 (patch)
treed5f0f21126e00e613f8466d1b66f0667351003b3
parent2ed7c7be81b930e99affb139f1854309d55fabb5 (diff)
downloadchef-debugging-travis-things.tar.gz
Debugging travisdebugging-travis-things
Signed-off-by: Josh Hudson <jhudson@chef.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3eeab89a6e..43ffb102cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install:
- gem update --system $(grep rubygems omnibus_overrides.rb | cut -d'"' -f2)
- gem --version
- rvm @global do gem uninstall bundler -a -x
- - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
+ - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2) -V
- bundle --version
- rm -f .bundle/config