mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-16 22:11:18 +00:00
attempt to make the travis OSX build green
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user