diff options
-rw-r--r-- | .travis.yml | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 2dfae8f3bf..52059d6fae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,11 +25,26 @@ addons: - libieee1284-3-dev - libsndio-dev - libunity-dev - -before_install: - - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi" - - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net libvorbis flac mad theora faad2 libmpeg2; fi" - + homebrew: + packages: + - sdl2 + - sdl2_net + - curl-openssl + - jpeg-turbo + - libmpeg2 + - a52dec + - libogg + - libvorbis + - flac + - mad + - libpng + - theora + - faad2 + - fluid-synth + - freetype + - zlib + - pandoc + update: true branches: only: @@ -41,6 +56,7 @@ compiler: os: - linux + - osx dist: trusty |