Commit 51f8799903eca039d093ad632b516770f7757a87

Arthur Schreiber 2015-06-26T18:05:17

Don't try to start ssh.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/script/cibuild.sh b/script/cibuild.sh
index a11e798..de5df9e 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