Update rubygems to fix travis in ruby 1.8

This commit is contained in:
Carlos Sanchez 2014-01-14 10:24:53 +01:00
parent 612e33ac17
commit 958c428a20
1 changed files with 3 additions and 0 deletions

View File

@ -50,3 +50,6 @@ notifications:
on_success: always
on_failure: always
use_notice: false
before_install:
- gem update --system # todo: workaround for https://github.com/rubygems/rubygems/pull/763