summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-07-10 22:59:53 -0700
committerTim Smith <tsmith@chef.io>2017-07-10 22:59:53 -0700
commit1862068e5698a9ba04392efbe60764dc292ee3ac (patch)
treecbde69b3cd07b13970348fddb7ec209c9fa8d000
parentfc687a26e83a7f3f34a7dda4737b4ac066f630bf (diff)
downloadohai-travis.tar.gz
Add a comment as to why we're using Bundler 1.1travis
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 0595d99a..ed33d12a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ before_install:
- gem update --system
- gem --version
- rvm @global do gem uninstall bundler -a -x -I
- - gem install bundler -v 1.14.6
+ - gem install bundler -v 1.14.6 # bundler 1.15 times out resolving deps on Ruby 2.1
- bundle --version
- rm -f .bundle/config
rvm: