summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 23554f5..0d2a61e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -344,7 +344,7 @@ matrix:
script:
- cmd.exe /C 'vcvarsall.bat x86 && nmake -f makefile.vc all tcltest'
- cmd.exe /C 'vcvarsall.bat x86 && nmake -f makefile.vc test'
- - name: "Windows/MSVC/Shared: UTF_MAX=6"
+ - name: "Windows/MSVC-x86/Shared: UTF_MAX=6"
os: windows
compiler: cl
env: *vcenv
@@ -353,7 +353,7 @@ matrix:
script:
- cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=utfmax -f makefile.vc all tcltest'
- cmd.exe /C 'vcvarsall.bat x86 && nmake OPTS=utfmax -f makefile.vc test'
- - name: "Windows/MSVC/Shared: NO_DEPRECATED"
+ - name: "Windows/MSVC-x86/Shared: NO_DEPRECATED"
os: windows
compiler: cl
env: *vcenv
@@ -439,7 +439,7 @@ matrix:
- BUILD_DIR=win
- CFGOPT="CFLAGS=-DTCL_UTF_MAX=6"
before_install: *makepreinst
- - name: "Windows/GCC-x86/Shared: UTF_MAX=3"
+ - name: "Windows/GCC-x86/Shared: UTF_MAX=3"
os: windows
compiler: gcc
env: