BUILD: Added missing libs to Travis CI osx configuration

This commit is contained in:
Eugene Sandulenko 2017-01-25 20:00:15 +01:00
parent 797be02eb2
commit e25bac9690

View File

@ -25,7 +25,7 @@ addons:
before_install:
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net; fi"
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net libvorbis flac mad theora faad2 libmpeg2; fi"
branches: