diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-03 19:30:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-03 19:30:19 (GMT) |
commit | 29b775c36a946b22ee92634710797935911a4baa (patch) | |
tree | 9abc80e788bb878a1b58ba5e9e3235d4618e772a /.travis.yml | |
parent | 28d5df364efed067ead97734d5e619615bfd8cde (diff) | |
parent | 40938f72a284ade073ef88ce65725422bdb1073a (diff) | |
download | tcl-29b775c36a946b22ee92634710797935911a4baa.zip tcl-29b775c36a946b22ee92634710797935911a4baa.tar.gz tcl-29b775c36a946b22ee92634710797935911a4baa.tar.bz2 |
Remove Travis's Clang builds using TCL_UTF_MAX!=4. Too little difference with the corresponding GCC builds to be useful.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml index 436982b..1849360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,20 +101,6 @@ matrix: compiler: clang env: - BUILD_DIR=unix - - 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 |