BUILD: Adding OSX target to Travis CI.

I expect this to fail at the first run.
This commit is contained in:
Eugene Sandulenko 2017-01-25 10:56:06 +01:00
parent 333dd1184d
commit bac7b6d651

View file

@ -23,6 +23,11 @@ addons:
- libfreetype6-dev
- zlib1g-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; fi"
branches:
only:
- master
@ -33,6 +38,7 @@ compiler:
os:
- linux
- osx
dist: trusty