Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51f8799

Browse files
Don't try to start ssh.
1 parent 76d7c35 commit 51f8799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/cibuild.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ killall git-daemon
3434

3535
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
3636
echo 'PasswordAuthentication yes' | sudo tee -a /etc/sshd_config
37-
else
38-
sudo start ssh
3937
fi
4038

4139
ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q

0 commit comments

Comments
 (0)