aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 08eafda5..a8f0dfeb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,9 @@ install:
# and cause subsequent tests to fail
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
# used later when testing for specific issue
+ # copy the configured key into place so clone can work
+ # The key just has read-only access to the test-repository
+ - cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
- git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
script:
# Make sure we limit open handles to see if we are leaking them