summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-02-25 21:12:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-02-25 21:12:53 (GMT)
commita29e4e5b15fc11fd087883a32794665cc79d9205 (patch)
treed478d89cb6df45cb7ad2d79f50caa921711eb57b
parentdc75a4866cef53cdccd1dde6ede9e338c3c7c11c (diff)
parent82c3e7df6d50aaa3933b4a02181f16aa6cb6479a (diff)
downloadtcl-a29e4e5b15fc11fd087883a32794665cc79d9205.zip
tcl-a29e4e5b15fc11fd087883a32794665cc79d9205.tar.gz
tcl-a29e4e5b15fc11fd087883a32794665cc79d9205.tar.bz2
Merge 8.5
-rw-r--r--.travis.yml22
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: