travis: On OS/X run 'brew update' before installing packages.

This is to work around a bug in Homebrew, but it may be a good idea
anyway.
This commit is contained in:
Lars Brinkhoff 2019-10-29 08:07:58 -07:00 committed by Mark Pizzolato
parent 90b1301801
commit 34a133ce2e

View file

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
install_osx() { install_osx() {
brew update
brew install sdl2 brew install sdl2
brew install sdl2_ttf brew install sdl2_ttf
brew install vde brew install vde