From 27d090eaa6e8705481d80193377785501b8dfe30 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 1 Apr 2020 15:13:48 +0000 Subject: Move brew package definition to top of .travis.yml --- .travis.yml | 16 ++++++---------- 1 file 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: -# 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: -- cgit v0.12