Skip to content

Commit f4f2a70

Browse files
committed
osx: by default do not install XQuartz
1 parent ce79d61 commit f4f2a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-ocaml.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ UPDATE_GCC_BINUTILS=${UPDATE_GCC_BINUTILS:-"0"}
4444
UBUNTU_TRUSTY=${UBUNTU_TRUSTY:-"0"}
4545

4646
# Install XQuartz on OSX
47-
INSTALL_XQUARTZ=${INSTALL_XQUARTZ:-"true"}
47+
INSTALL_XQUARTZ=${INSTALL_XQUARTZ:-"false"}
4848

4949
install_opam2 () {
5050
case $TRAVIS_OS_NAME in

0 commit comments

Comments
 (0)