Skip to content

Commit b834646

Browse files
committed
Install xquartz for macos-14 and macos-15
1 parent c5b003e commit b834646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
7575
brew list mesalib-glw &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw
7676
brew list mesa-glu &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesa-glu
7777
brew list bullet &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install bullet
78+
brew list xquartz &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install xquartz
7879
travis_time_end
7980

8081
fi

0 commit comments

Comments
 (0)