From 51f8799903eca039d093ad632b516770f7757a87 Mon Sep 17 00:00:00 2001 From: Arthur Schreiber Date: Fri, 26 Jun 2015 18:05:17 +0200 Subject: Don't try to start ssh. --- script/cibuild.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'script') 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 -- cgit v1.2.3