summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorArthur Schreiber <arthur.schreiber@hp.com>2015-06-26 18:05:17 +0200
committerArthur Schreiber <arthur.schreiber@hp.com>2015-06-26 18:05:17 +0200
commit51f8799903eca039d093ad632b516770f7757a87 (patch)
treed6b5dcfbe43e8ccecbd24cf92083ba90acd65665 /script
parent76d7c359afe464930585734322ba8ea468a35bfc (diff)
downloadlibgit2-51f8799903eca039d093ad632b516770f7757a87.tar.gz
Don't try to start ssh.
Diffstat (limited to 'script')
-rwxr-xr-xscript/cibuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/cibuild.sh b/script/cibuild.sh
index a11e7984f..de5df9ea8 100755
--- a/script/cibuild.sh
+++ b/script/cibuild.sh
@@ -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