diff options
author | Araq <rumpf_a@web.de> | 2018-08-06 17:42:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-06 17:42:08 +0200 |
commit | 559c4b8a200c89a2f530891b4720d16cfae412d6 (patch) | |
tree | 0040c8095338c399e1f2246e4a58c474a1b057c6 | |
parent | 7f8eccb46f43ed689e1724915f4e66ae92bc94eb (diff) | |
download | Nim-559c4b8a200c89a2f530891b4720d16cfae412d6.tar.gz |
attempt to make the travis OSX build green
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e9b76bf6a..2896b126a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |