diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-12 12:13:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-12 12:13:03 (GMT) |
commit | 1800da769a5065afec0c18f54f59f3c353ffc766 (patch) | |
tree | fa45542bd63074992b46c4adef1d8d444d1a8c7a /.travis.yml | |
parent | 53f23d95d29c5d49a2deca5d751c921dc48ccda2 (diff) | |
download | tk-1800da769a5065afec0c18f54f59f3c353ffc766.zip tk-1800da769a5065afec0c18f54f59f3c353ffc766.tar.gz tk-1800da769a5065afec0c18f54f59f3c353ffc766.tar.bz2 |
Try to fix Travis OSX build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5e7a8a6..e1c9f0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,11 @@ addons: packages: - tcl-dev - libx11-dev - homebrew: - packages: - - tcl-tk - - xquartz +# 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 matrix: include: # Testing on Linux with various compilers @@ -130,6 +131,10 @@ before_install: windows) choco install -y magicsplat-tcl-tk ;; + osx) + brew update + brew install tcl-tk xquartz + ;; esac - cd ${BUILD_DIR} install: |