summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-20 19:17:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-20 19:17:41 (GMT)
commit434dbf154d973a3f8a87ab9cd41cbffb3c2ff133 (patch)
treedcbfeecc34b91443dc22dcb87bf28ae311f9db52
parentdc5feac77a0367ad78ab3fe0ae983a32dda5f6f3 (diff)
downloadtcl-434dbf154d973a3f8a87ab9cd41cbffb3c2ff133.zip
tcl-434dbf154d973a3f8a87ab9cd41cbffb3c2ff133.tar.gz
tcl-434dbf154d973a3f8a87ab9cd41cbffb3c2ff133.tar.bz2
Update from Xcode 11.4 to 11.5: Latest one should continue to work always.
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fddc23c..b309e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,9 +127,9 @@ matrix:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.4/Shared"
+ - name: "macOS/Xcode 11.5/Shared"
os: osx
- osx_image: xcode11.4
+ osx_image: xcode11.5
env:
- BUILD_DIR=macosx
install: []
@@ -137,9 +137,9 @@ matrix:
- make all
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
- - name: "macOS/Xcode 11.4/Shared/Unix-like"
+ - name: "macOS/Xcode 11.5/Shared/Unix-like"
os: osx
- osx_image: xcode11.4
+ osx_image: xcode11.5
env:
- BUILD_DIR=unix
# Older MacOS versions