summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 19:21:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 19:21:01 (GMT)
commit34c8697bb8495ff8c5c31ab6783169df77394e29 (patch)
tree595b2ff78c24985730ff9b3f78bb809a448853e2 /.travis.yml
parente93e116ad2aa508b450befa54af69522cc9d57ac (diff)
downloadtk-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.yml4
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"