summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-02 12:51:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-02 12:51:01 (GMT)
commitd85664964af316638cdc58447d33bc4b0ecd2366 (patch)
treebee6822314d0004e0705806e3385e0cc1afdca98 /.travis.yml
parent724de352e37dd0fe795024353378cd662593b4a6 (diff)
parent264c84606b485bb031fbd8ac6b3eba23938b0d7f (diff)
downloadtcl-d85664964af316638cdc58447d33bc4b0ecd2366.zip
tcl-d85664964af316638cdc58447d33bc4b0ecd2366.tar.gz
tcl-d85664964af316638cdc58447d33bc4b0ecd2366.tar.bz2
Merge 8.5
Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis
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 7209614..7830949 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,9 +119,9 @@ jobs:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.5/Shared"
+ - name: "macOS/Xcode 11.7/Shared"
os: osx
- osx_image: xcode11.5
+ osx_image: xcode11.7
env:
- BUILD_DIR=macosx
install: []
@@ -129,9 +129,9 @@ jobs:
- make all
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
- - name: "macOS/Xcode 11.5/Shared/Unix-like"
+ - name: "macOS/Xcode 11.7/Shared/Unix-like"
os: osx
- osx_image: xcode11.5
+ osx_image: xcode11.7
env:
- BUILD_DIR=unix
# Older MacOS versions