diff options
| author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-12-07 11:44:42 -0800 |
|---|---|---|
| committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-12-07 11:44:42 -0800 |
| commit | 6e35dd576f6d77b2d9f9bc852bfc5692efc55122 (patch) | |
| tree | b489cfb7a2e29020f9be56ce3e705ed04f371695 | |
| parent | a528e64e4e3d35312802beb399db6ae5eb3dd455 (diff) | |
| download | chef-jdm/fix-travis.tar.gz | |
Update comment describing working rubygems bundler configurationjdm/fix-travis
[ci skip]
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 607d1004c1..5411e545ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: ruby sudo: false -# Early warning system to catch if Rubygems breaks something + before_install: gem install bundler -v 1.10.5 # the new 2.5.0 rubygems is busted with 1.7.6 bundler, the # new 1.10.6 bundler is busted with our rake tasks. the - # 2.4.5 rubygems with 1.7.6 bundler in travis currently works. + # 2.4.5 rubygems with 1.10.5 bundler in travis currently works. # see https://github.com/bundler/bundler/issues/3982 # gem update --system |
