diff options
author | Tim Smith <tsmith@chef.io> | 2017-07-10 22:59:53 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-07-10 22:59:53 -0700 |
commit | 1862068e5698a9ba04392efbe60764dc292ee3ac (patch) | |
tree | cbde69b3cd07b13970348fddb7ec209c9fa8d000 | |
parent | fc687a26e83a7f3f34a7dda4737b4ac066f630bf (diff) | |
download | ohai-1862068e5698a9ba04392efbe60764dc292ee3ac.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.yml | 2 |
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: |