diff options
author | Julian C. Dunn <jdunn@getchef.com> | 2014-11-18 15:15:46 -0500 |
---|---|---|
committer | Julian C. Dunn <jdunn@getchef.com> | 2014-11-18 15:15:46 -0500 |
commit | 3cd6b335ff0a39563318ffe79dca1cca22d84b62 (patch) | |
tree | 4528c84844f718a423c79c36272eb251719017a4 /.travis.yml | |
parent | 1f9bd2c8bda16d7a524c7ac127e497a287d85543 (diff) | |
download | chef-3cd6b335ff0a39563318ffe79dca1cca22d84b62.tar.gz |
Revert 7ff6de20561ba20b0a6876c66e1ddd3271a10084 as we don't need it
anymore; bug has been fixed plus we don't care about Ruby 1.8.7.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index b2b002d8b7..0d4abd8224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,3 @@ -# Temporary workaround for issue with rubygems 2.2.0 with bundler 1.5 on ruby -# 1.8.7. -# -# A fix has been merged to rubygems but not yet released. See: -# https://github.com/rubygems/rubygems/commit/f8e0f1d5f67cfc4e1966cc1e2db367aebf8a09e4 -# -# See also CHEF-4916 -# -# This workaround should be removed when that fix is released. -before_install: -- gem update --system 2.1.11 -- gem --version - branches: only: - master |