summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 21:35:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-01 21:35:37 (GMT)
commit5c8bbdd6d970d6b844939e63c10a544e8c8349df (patch)
tree52b6bdfa35a58f0b7ba5682d85ea159010b0315c /.travis.yml
parent74f9c831ac95d109ce2a36f39ee1f6389789bc47 (diff)
parentf0d60d9cdf24270b89652e5a06046714bf01b6ba (diff)
downloadtcl-5c8bbdd6d970d6b844939e63c10a544e8c8349df.zip
tcl-5c8bbdd6d970d6b844939e63c10a544e8c8349df.tar.gz
tcl-5c8bbdd6d970d6b844939e63c10a544e8c8349df.tar.bz2
Merge tip-548
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
index 8356d83..c3e028f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,34 +4,6 @@ language: c
matrix:
include:
# Testing on Linux with various compilers
- - name: "Linux/Clang/Shared"
- os: linux
- dist: xenial
- compiler: clang
- env:
- - BUILD_DIR=unix
- - name: "Linux/Clang/Shared: UTF_MAX=4"
- os: linux
- dist: xenial
- compiler: clang
- env:
- - BUILD_DIR=unix
- - CFGOPT=CFLAGS=-DTCL_UTF_MAX=4
- - 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