mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Add temporary workaround for failing build on Ruby 1.8.7
Rubygems broke builds on Ruby 1.8.7: travis-ci/travis-ci#1793 rubygems/rubygems#763 This patch is a temporary workaround until rubygems is updated.
This commit is contained in:
parent
9ed8954232
commit
669e4fd7a8
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
rvm:
|
||||
before_install:
|
||||
- gem update bundler
|
||||
- bundle --version
|
||||
- gem update --system 2.1.11
|
||||
- gem --version
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
|
|
Loading…
Reference in a new issue