Remove command gem update from travis build

This were being executed to fix an issue related to rubygems
(rubygems/rubygems#763).
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
1 changed files with 0 additions and 3 deletions

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