1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

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

View file

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