Merge pull request #127 from 3flex/remove-rubygems-2.2.0-workaround
remove workaround for Rubygems 2.2.0 bug
This commit is contained in:
commit
c135bafece
1 changed files with 0 additions and 6 deletions
|
@ -3,12 +3,6 @@ branches:
|
|||
only:
|
||||
- master
|
||||
language: ruby
|
||||
# work around RubyGems 2.2.0 breaking ruby 1.8.7
|
||||
# https://github.com/rubygems/rubygems/pull/763
|
||||
# https://github.com/freerange/mocha/commit/66bab2a8f4e7cd8734bf88e6f32157c0d5153125
|
||||
before_install:
|
||||
- gem update --system 2.1.11
|
||||
- gem --version
|
||||
bundler_args: --without development
|
||||
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue