Update brew before installing yasm

This commit is contained in:
Isuru Fernando 2017-10-14 12:23:57 -05:00 committed by GitHub
parent aec125dbb8
commit 429dce5501

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