travis-ci: add brew packages

This commit is contained in:
Alam Ed Arias 2016-03-25 19:48:39 -04:00
parent 0953c9430b
commit 73dd5cd803
1 changed files with 4 additions and 0 deletions

View File

@ -37,4 +37,8 @@ before_script:
- cd build
- cmake ..
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer libsdl game-music-emu p7zip ; fi
script: make