diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-02-25 21:13:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-02-25 21:13:48 (GMT) |
commit | 4fdbe79875a43efd9f42e75ccf256884f657dac3 (patch) | |
tree | 82e29fcd64c8e4704b07a89a608d2fdf536fb4ff | |
parent | cbd7fd7deca0892822e98e567c484669f68e96ed (diff) | |
parent | a29e4e5b15fc11fd087883a32794665cc79d9205 (diff) | |
download | tcl-4fdbe79875a43efd9f42e75ccf256884f657dac3.zip tcl-4fdbe79875a43efd9f42e75ccf256884f657dac3.tar.gz tcl-4fdbe79875a43efd9f42e75ccf256884f657dac3.tar.bz2 |
Merge 8.6
-rw-r--r-- | .travis.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index e186e26..d327880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,29 +4,29 @@ language: c matrix: include: - os: linux - dist: trusty + dist: xenial compiler: clang env: - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: clang env: - CFGOPT=--disable-shared - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc env: - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc env: - CFGOPT=--disable-shared - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc-4.9 addons: apt: @@ -37,7 +37,7 @@ matrix: env: - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc-5 addons: apt: @@ -48,7 +48,7 @@ matrix: env: - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc-6 addons: apt: @@ -59,7 +59,7 @@ matrix: env: - BUILD_DIR=unix - os: linux - dist: trusty + dist: xenial compiler: gcc-7 addons: apt: @@ -84,7 +84,7 @@ matrix: - BUILD_DIR=macosx - NO_DIRECT_CONFIGURE=1 - os: osx - osx_image: xcode10 + osx_image: xcode10.2 env: - BUILD_DIR=macosx - NO_DIRECT_CONFIGURE=1 @@ -95,7 +95,7 @@ matrix: ### ... so proxy with a Mingw cross-compile # Test with mingw-w64 (32 bit) - os: linux - dist: trusty + dist: xenial compiler: i686-w64-mingw32-gcc addons: apt: @@ -112,7 +112,7 @@ matrix: - NO_DIRECT_TEST=1 # Test with mingw-w64 (64 bit) - os: linux - dist: trusty + dist: xenial compiler: x86_64-w64-mingw32-gcc addons: apt: |