Don't try to start ssh.

This commit is contained in:
Arthur Schreiber 2015-06-26 18:05:17 +02:00
parent 76d7c359af
commit 51f8799903

View File

@ -34,8 +34,6 @@ killall git-daemon
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
echo 'PasswordAuthentication yes' | sudo tee -a /etc/sshd_config
else
sudo start ssh
fi
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q