Skip to content

Commit

Permalink
Fix .ssh/config rights
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Brunner committed Jun 1, 2013
1 parent dff4bfc commit 427f52f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ before_install:

- ssh-keygen -t rsa -C your_email@youremail.com -P '' -f ~/.ssh/id_rsa
- cat /home/travis/.ssh/id_rsa.pub >> /home/travis/.ssh/authorized_keys
- chmod 600 /home/travis/.ssh/authorized_keys
- ln -s /home/travis/.ssh/authorized_keys /home/travis/.ssh/authorized_keys2
- chmod g-rw,o-rw /home/travis/.ssh/*

- sudo tilecloud_chain/tests/create-deploy.sh

- sudo mkdir /tmp/tests
Expand Down

0 comments on commit 427f52f

Please sign in to comment.