summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-02-28 17:02:16 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2018-02-28 17:02:16 -0800
commitc21fcb04301f8e483501d401112c1a72ea962aee (patch)
treecc2d6d9fdfef8514aac141df1359329ff1c04b4a
parentcfb23efffe2b6c55e501eaf2a0efd4631d04f246 (diff)
downloadchef-c21fcb04301f8e483501d401112c1a72ea962aee.tar.gz
this really needs to be turned into a yml file...
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index db5edab1ad..5441e7fe34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
# uninstall anything they may have installed here. if they haven't installed anything then we have to ignore the failure
# to uninstall the default bundler that ships embedded in ruby itself.
- rvm @global do gem uninstall bundler -a -x || true
- - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
+ - gem install bundler -v $(grep :bundler omnibus_overrides.rb | cut -d'"' -f2)
- bundle --version
- rm -f .bundle/config