I need SSHD (SSH server) enabled in order to make Hadoop running in my Travis CI job.
For Linux I just do sudo apt-get install openssh-server
and it works. But for OS X the only tips I've found say to enable Remote Login
in settings: How to install sshd on Mac?
How can I enable SSHD using just .travis.yml
for OS X?