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

Remove command gem update from travis build

This were being executed to fix an issue related to rubygems
().
This was fixed and merged 1 year ago.
This commit is contained in:
Paulo Henrique Lopes Ribeiro 2014-12-21 13:38:29 -02:00
parent 393874f4a1
commit ab7c86331d

View file

@ -41,6 +41,3 @@ 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