Build stalling on gem install fastlane

This build is stalling on
gem install fastlane --no-rdoc --no-ri --no-document

https://travis-ci.org/AFNetworking/AFNetworking/jobs/590405728#L292

This only seems to happen when the os is osx10.11
Not sure if this is a problem with fastlane or osx10.11
Any help is appreciated.

Try gem install --verbose to see what’s happening.

Thanks. Doing it right now.