Skip to content

Commit e338dea

Browse files
committed
Install xquartz for macos-14 and macos-15
1 parent f6d3fa2 commit e338dea

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
@@ -84,6 +84,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
8484
brew list mesalib-glw &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw
8585
brew list mesa-glu &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install mesa-glu
8686
brew list bullet &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install bullet
87+
brew list xquartz &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install xquartz
8788
travis_time_end
8889

8990
fi

0 commit comments

Comments
 (0)