Skip to content

Commit

Permalink
(maint) Add temp workaround for travis
Browse files Browse the repository at this point in the history
Rubygems broke travis 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
Kylo Ginsberg committed Jan 2, 2014
1 parent 6cabaa0 commit d58c7f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,3 +1,6 @@
before_install:
- gem update --system 2.1.11
- gem --version
language: ruby
bundler_args: --without development
script: "bundle exec rake spec"
Expand Down

0 comments on commit d58c7f0

Please sign in to comment.