mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Add reference to rubygems/rubygems#763 for Travis workaround
This commit is contained in:
parent
f2bfef07ed
commit
261aef4b3e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
language: ruby
|
||||
bundler_args: --without development
|
||||
# NOTE (2013-12-30): Temporary workaround for Rubygems-Bundler
|
||||
# incompatibility on Travis CI for 1.8 builds
|
||||
# see https://github.com/freerange/mocha/commit/66bab2a8f4e7cd8734bf88e6f32157c0d5153125
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue