From 86ec7573a87cd8136d7d497b99594f29e17406d3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 3 Jul 2015 16:26:52 +0200 Subject: fix(travis): fix permissions of private key --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1