Remove workaround for temporary bundler-rubygems incompatibility on 1.8

It appears that this workaround should no longer be necessary, due to fix in rubygems.
This commit is contained in:
Marc Siegel 2014-01-10 11:37:34 -05:00
parent cebbfcefbd
commit 615ef7305c
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
language: ruby
bundler_args: --without development
# NOTE (2013-12-30): Temporary workaround for Rubygems-Bundler
# incompatibility on Travis CI for 1.8 builds, see also:
# * https://github.com/rubygems/rubygems/pull/763
# * https://github.com/freerange/mocha/commit/66bab2a8f4e7cd8734bf88e6f32157c0d5153125
before_install:
- gem update --system 2.1.11
- gem --version
rvm:
- 2.1.0
- 2.0.0