diff options
| -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 |
