Merge pull request #225 from isuruf/patch-1
Update brew before installing yasm
This commit is contained in:
commit
8b116db70b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user