diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a8f0dfeb..c68a24b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ install: # 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 + - chmod 0400 ~/.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 |