diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-25 19:21:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-25 19:21:01 (GMT) |
commit | 34c8697bb8495ff8c5c31ab6783169df77394e29 (patch) | |
tree | 595b2ff78c24985730ff9b3f78bb809a448853e2 /.travis.yml | |
parent | e93e116ad2aa508b450befa54af69522cc9d57ac (diff) | |
download | tk-34c8697bb8495ff8c5c31ab6783169df77394e29.zip tk-34c8697bb8495ff8c5c31ab6783169df77394e29.tar.gz tk-34c8697bb8495ff8c5c31ab6783169df77394e29.tar.bz2 |
Xcode 11.7 -> 12. Mark more testcases as failsOnUbuntu
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 417c652..ae1178e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,9 +131,9 @@ jobs: - BUILD_DIR=unix - CFGOPT="--enable-symbols" # Testing on Mac, various styles - - name: "macOS/Xcode 11.7/Shared/XQuartz" + - name: "macOS/Xcode 12/Shared/XQuartz" os: osx - osx_image: xcode11.7 + osx_image: xcode12 env: - BUILD_DIR=unix - CFGOPT="--with-tcl=/usr/local/opt/tcl-tk/lib --disable-corefoundation --x-includes=/opt/X11/include --x-libraries=/opt/X11/lib CFLAGS=-I/usr/local/opt/tcl-tk/include" |