attempt to make the travis OSX build green

This commit is contained in:
Araq
2018-08-06 17:42:08 +02:00
parent 7f8eccb46f
commit 559c4b8a20

View File

@@ -22,6 +22,7 @@ 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
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install node@8; fi
before_script:
- set -e