Fix Travis OSX build.

This commit is contained in:
redtide 2019-09-21 15:38:14 +02:00
parent d0f38587c8
commit a838e0404b
2 changed files with 1 additions and 2 deletions

View file

@ -9,4 +9,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew upgrade cmake
brew install libsndfile
fi

View file

@ -4,6 +4,4 @@ set -e
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get install libasound2-dev libjack-jackd2-dev libsndfile1-dev
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew install libsndfile
fi