Fix test projects compilation in OS X

The tool md5sum is required by some of them.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-06-06 22:18:29 +01:00
parent 34e04b0327
commit 458f79f44f

View File

@@ -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