From 458f79f44fcc63a1a2e32db775ce942c2337d103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Wed, 6 Jun 2018 22:18:29 +0100 Subject: [PATCH] Fix test projects compilation in OS X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tool md5sum is required by some of them. Signed-off-by: Antonio Niño Díaz --- .travis-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-deps.sh b/.travis-deps.sh index 9699f84e..73125842 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -2,7 +2,7 @@ if [ $TRAVIS_OS_NAME = "osx" ]; then brew update - brew install libpng pkg-config + brew install libpng pkg-config md5sha1sum else # linux sudo apt-get -qq update sudo apt-get install -y -q bison flex libpng-dev pkg-config