8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cb169 commit 86ec757Copy full SHA for 86ec757
.travis.yml
@@ -32,6 +32,7 @@ install:
32
# copy the configured key into place so clone can work
33
# The key just has read-only access to the test-repository
34
- cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
35
+ - chmod 0400 ~/.ssh/id_rsa
36
- git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
37
script:
38
# Make sure we limit open handles to see if we are leaking them
0 commit comments