diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 32cd25e..26637da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,12 @@ addons: packages: - tcl-dev - libx11-dev -# Doesn't work at the moment, see: <https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296> -# homebrew: -# packages: -# - tcl-tk -# - xquartz + homebrew: + packages: + - tcl-tk + casks: + - xquartz + update: true matrix: include: # Testing on Linux with various compilers @@ -174,11 +175,6 @@ before_install: windows) choco install -y magicsplat-tcl-tk ;; - osx) - brew update - brew install tcl-tk - brew cask install xquartz - ;; esac - cd ${BUILD_DIR} install: |