diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-01 15:13:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-01 15:13:48 (GMT) |
commit | 27d090eaa6e8705481d80193377785501b8dfe30 (patch) | |
tree | 0e554561f95ec47df16028f251669d2c047c1952 | |
parent | b9bfe7499d5633071e36eeb013b84d3ef9f7a99c (diff) | |
download | tk-27d090eaa6e8705481d80193377785501b8dfe30.zip tk-27d090eaa6e8705481d80193377785501b8dfe30.tar.gz tk-27d090eaa6e8705481d80193377785501b8dfe30.tar.bz2 |
Move brew package definition to top of .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: |