Add md5sha1sum package for md5sum for the mac build on travis

This commit is contained in:
Dan Čermák 2017-11-19 00:17:39 +01:00
parent 78c559475b
commit eb33dcd9de

View File

@ -8,7 +8,7 @@ if [[ "$(uname -s)" == 'Linux' ]]; then
sudo pip install virtualenv
else
brew update
brew install gettext libssh
brew install gettext libssh md5sha1sum
brew install pyenv-virtualenv
# By default it already has cmake 3.6.2
fi