summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-07-03 16:26:52 +0200
committerSebastian Thiel <byronimo@gmail.com>2015-07-03 16:26:52 +0200
commit86ec7573a87cd8136d7d497b99594f29e17406d3 (patch)
tree3d8fd69dcbdc41633d19ea41aea1d2927fc698dd
parent02cb16916851336fcf2778d66a6d54ee15d086d7 (diff)
downloadgitpython-86ec7573a87cd8136d7d497b99594f29e17406d3.tar.gz
fix(travis): fix permissions of private key
-rw-r--r--.travis.yml1
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