Scenario:
Private repo which references a private gem can't be built because the gem can't be checked out. The gem in question is installed via bundler and a Gemfile.
Question:
I saw in the output of the test that TravisCI creates a id_rsa key:
Identity added: /home/travis/.ssh/id_rsa (/home/travis/.ssh/id_rsa)
is this always the same and I can get at the pub key to check out the private gem?