From eb33dcd9ded50ceb3e2c4ff47b7a9198c50bcef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Sun, 19 Nov 2017 00:17:39 +0100 Subject: [PATCH] Add md5sha1sum package for md5sum for the mac build on travis --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 15b0e5f5..f4ae271d 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -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