Install sfml on Mac OS X in travis.

This commit is contained in:
Dominik Picheta
2017-10-02 11:14:52 +01:00
parent 911551aaed
commit 1c6c87f47f

View File

@@ -21,6 +21,7 @@ addons:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install boehmgc; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sfml; fi
before_script:
- set -e