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:
parent
90b1301801
commit
34a133ce2e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
install_osx() {
|
||||
brew update
|
||||
brew install sdl2
|
||||
brew install sdl2_ttf
|
||||
brew install vde
|
||||
|
|
Loading…
Add table
Reference in a new issue