summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 13:15:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-15 13:15:38 (GMT)
commitb784c6852e54a171237e3387eb9cdcc12a58929a (patch)
tree67a18eaee74436ae3109061ea5010cc871986496 /.travis.yml
parent62ee0a7bc6f41f7d064f20d0e728ef890e6de485 (diff)
downloadtcl-b784c6852e54a171237e3387eb9cdcc12a58929a.zip
tcl-b784c6852e54a171237e3387eb9cdcc12a58929a.tar.gz
tcl-b784c6852e54a171237e3387eb9cdcc12a58929a.tar.bz2
Update latest Xcode from 11.3 to 11.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a5f1a7..9af4494 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -124,9 +124,9 @@ matrix:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.3/Shared"
+ - name: "macOS/Xcode 11.4/Shared"
os: osx
- osx_image: xcode11.3
+ osx_image: xcode11.4
env:
- BUILD_DIR=macosx
install: []
@@ -134,9 +134,9 @@ matrix:
- make all
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
- - name: "macOS/Xcode 11.3/Shared/Unix-like"
+ - name: "macOS/Xcode 11.4/Shared/Unix-like"
os: osx
- osx_image: xcode11.3
+ osx_image: xcode11.4
env:
- BUILD_DIR=unix
# Older MacOS versions