summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-02 10:08:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-02 10:08:29 (GMT)
commitaa3622950e800bbc475481ef23d73239d6219a99 (patch)
tree4a614d3dec0adfa51ee818218a1ac1dc9de56135 /.travis.yml
parent27d090eaa6e8705481d80193377785501b8dfe30 (diff)
downloadtk-aa3622950e800bbc475481ef23d73239d6219a99.zip
tk-aa3622950e800bbc475481ef23d73239d6219a99.tar.gz
tk-aa3622950e800bbc475481ef23d73239d6219a99.tar.bz2
Since Xcode8 and Xcode9 are no longer supported, update Travis build script to use Xcode8.3 and Xcode 9.2 in stead: We cannot thrust homebrew with those Xcode versions any more, that's (hopefully) the cause of the current Xcode 9 build failures.
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 26637da..e491645 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -146,13 +146,13 @@ matrix:
- CFGOPT="--prefix=/usr/local/opt/tcl-tk --with-tcl=/usr/local/opt/tcl-tk/lib --enable-aqua CC=clang CFLAGS=-I/usr/local/opt/tcl-tk/include"
- name: "macOS/Xcode 9/Shared"
os: osx
- osx_image: xcode9
+ osx_image: xcode9.2
env:
- BUILD_DIR=unix
- CFGOPT="--prefix=/usr/local/opt/tcl-tk --with-tcl=/usr/local/opt/tcl-tk/lib --enable-aqua CC=clang CFLAGS=-I/usr/local/opt/tcl-tk/include"
- name: "macOS/Xcode 8/Shared"
os: osx
- osx_image: xcode8
+ osx_image: xcode8.3
env:
- BUILD_DIR=unix
- CFGOPT="--prefix=/usr/local/opt/tcl-tk --with-tcl=/usr/local/opt/tcl-tk/lib --enable-aqua CC=clang CFLAGS=-I/usr/local/opt/tcl-tk/include"