summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 16:00:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 16:00:23 (GMT)
commit1f617e10f6b316a6aa2173eb216de2b95809d6b8 (patch)
tree0f3833b83c587c05d45453a2590559eec478de25 /.travis.yml
parentb924d89e299f95beaf3c6bd1ae4adf16aa3c38d4 (diff)
downloadtcl-1f617e10f6b316a6aa2173eb216de2b95809d6b8.zip
tcl-1f617e10f6b316a6aa2173eb216de2b95809d6b8.tar.gz
tcl-1f617e10f6b316a6aa2173eb216de2b95809d6b8.tar.bz2
Remove variations of Clang builds: No added value
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a63a93..0a6290c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,35 +4,6 @@ language: c
matrix:
include:
# Testing on Linux with various compilers
- - name: "Linux/Clang/Shared: UTF_MAX=6"
- os: linux
- dist: xenial
- compiler: clang
- env:
- - BUILD_DIR=unix
- - CFGOPT=CFLAGS=-DTCL_UTF_MAX=6
- - name: "Linux/Clang/Shared: UTF_MAX=3"
- os: linux
- dist: xenial
- compiler: clang
- env:
- - BUILD_DIR=unix
- - CFGOPT=CFLAGS=-DTCL_UTF_MAX=3
- - name: "Linux/Clang/Shared: NO_DEPRECATED"
- os: linux
- dist: xenial
- compiler: clang
- env:
- - BUILD_DIR=unix
- - CFGOPT=CFLAGS=-DTCL_NO_DEPRECATED=1
-# full-debug build disabled, because it is currently failing.
-# - name: "Linux/Clang/Shared: full-debug"
-# os: linux
-# dist: xenial
-# compiler: clang
-# env:
-# - BUILD_DIR=unix
-# - CFGOPT=--enable-symbols=all
- name: "Linux/GCC/Shared"
os: linux
dist: xenial