diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-17 10:45:04 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-17 10:45:04 (GMT) |
| commit | 1ff9f7ba97eccee4788c69f811fd3925df40cd53 (patch) | |
| tree | 2397772007de5babaa41033cd3171a690a163fe4 | |
| parent | 898b17c6b48b875d48628bd8f9ca74b77dd24132 (diff) | |
| download | tcl-1ff9f7ba97eccee4788c69f811fd3925df40cd53.zip tcl-1ff9f7ba97eccee4788c69f811fd3925df40cd53.tar.gz tcl-1ff9f7ba97eccee4788c69f811fd3925df40cd53.tar.bz2 | |
Fix .travis.yml
| -rw-r--r-- | .travis.yml | 6 |
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: |
