Travis: Update homebrew first thing on OSX
This commit is contained in:
parent
921fb5e1ce
commit
61ff48c640
|
@ -37,6 +37,9 @@ addons:
|
|||
# Required dependency for GLFW on Linux
|
||||
- xorg-dev
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||
|
||||
install:
|
||||
# Install dependencies required on OSX
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ninja; fi
|
||||
|
|
Loading…
Reference in New Issue