Skip to content

Commit

Permalink
Add temporary workaround for failing build on Ruby 1.8.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sferik committed Dec 31, 2013
1 parent 5041281 commit f325c0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
before_install:
- gem update bundler
- bundle --version
- gem update --system 2.1.11
- gem --version
language: ruby
rvm:
- 1.8.7
Expand Down

0 comments on commit f325c0c

Please sign in to comment.