summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-11-08 13:04:39 -0800
committerTim Smith <tsmith@chef.io>2017-11-08 13:04:39 -0800
commit6ae71e1660f75e9fd620974f769e470be9a51c1b (patch)
tree871433fe4f427f28415a7064f9a3113864146144
parentf3647b50b4b5227d70b3cb2434c36f03b4e2a4a3 (diff)
downloadohai-6ae71e1660f75e9fd620974f769e470be9a51c1b.tar.gz
Allow bundler uninstall to fail
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 e921d88a..e52ba08b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ branches:
before_install:
- gem --version
- - rvm @global do gem uninstall bundler -a -x -I
+ - rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler -v 1.14.6 # bundler 1.15 times out resolving deps on Ruby 2.1
- bundle --version
- rm -f .bundle/config