This defect in Rubygems 2.2.0 breaks all 1.8.x builds on Travis CI.

Workaround until the fix is deployed is to pin builds to latest 2.1.x
build of Rubygems.
This commit is contained in:
Marc Siegel 2013-12-30 11:05:38 -05:00
parent dca51dd6d3
commit 11a6a2e9fe
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
language: ruby language: ruby
# NOTE: temporary workaround for Rubygems issue #763
before_install:
- gem update --system 2.1.11
- gem --version
rvm: rvm:
- 2.1.0 - 2.1.0
- 2.0.0 - 2.0.0