diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-13 11:07:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-13 11:07:41 (GMT) |
commit | 891ce8654aa05e6e3068a65b568abd7018de6c92 (patch) | |
tree | ba16f8846937ec6c2cebee867750db240beef73e /.travis.yml | |
parent | 1800da769a5065afec0c18f54f59f3c353ffc766 (diff) | |
download | tk-891ce8654aa05e6e3068a65b568abd7018de6c92.zip tk-891ce8654aa05e6e3068a65b568abd7018de6c92.tar.gz tk-891ce8654aa05e6e3068a65b568abd7018de6c92.tar.bz2 |
Another attempt to fix OSX build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e1c9f0b..56a49fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,7 +133,8 @@ before_install: ;; osx) brew update - brew install tcl-tk xquartz + brew install tcl-tk + brew cask install xquartz ;; esac - cd ${BUILD_DIR} |