Merge pull request #225 from isuruf/patch-1

Update brew before installing yasm
This commit is contained in:
wbhart 2017-10-14 19:57:12 +02:00 committed by GitHub
commit 8b116db70b

View File

@ -13,6 +13,7 @@ addons:
- texinfo
script:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew update;
brew install yasm;
fi
# On OSX, gcc is a wrapper around clang, so use gcc from homebrew