From 1c6c87f47f2f47224dfe452461eb231100fad4d8 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 2 Oct 2017 11:14:52 +0100 Subject: [PATCH] Install sfml on Mac OS X in travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 329a50a139..3d9fc49e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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