summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a0b965f7..4896c98e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ os:
install:
- |-
( cd
+ if [ "$TRAVIS_OS_NAME" = osx ]; then
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install bison
+ export PATH="/usr/local/opt/bison/bin:$PATH"
+ fi
git clone -b v0.5.0 --depth=1 https://github.com/gbdev/rgbds
sudo make -C rgbds install
rm -rf rgbds