summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-10-20 10:24:22 -0700
committerTim Smith <tsmith@chef.io>2017-10-20 10:25:09 -0700
commitf56a59e0e3b94a7935844c248d674b65287cb8a6 (patch)
tree855007fc10f5dca80f0276c96b8e0ea90bdee08f
parent542536ebcd6a6684f5bbb059ec83309e2fc52c29 (diff)
downloadohai-f56a59e0e3b94a7935844c248d674b65287cb8a6.tar.gz
Don't fail to uninstall bundler on Ruby 2.5+fix_travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a77cedb..dd49c7c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ branches:
before_install:
- gem update --system
- gem --version
- - rvm @global do gem uninstall bundler -a -x -I
+ - rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler
- bundle --version
- rm -f .bundle/config