diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-30 07:40:56 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-30 07:40:56 (GMT) |
| commit | 50912fc63c46a741cbb7fd51f25beae99817eb41 (patch) | |
| tree | b475565e362ed294a921c5921280939ee9d68d8f | |
| parent | 921e5d9661eaad4522c73961611191b9358f392c (diff) | |
| download | tcl-50912fc63c46a741cbb7fd51f25beae99817eb41.zip tcl-50912fc63c46a741cbb7fd51f25beae99817eb41.tar.gz tcl-50912fc63c46a741cbb7fd51f25beae99817eb41.tar.bz2 | |
typo in .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6e85ec5..adf73ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -234,7 +234,7 @@ matrix: install: [] script: - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static,msvcrt,threads -f makefile.vc all tcltest' - - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static,msvcrt,threads -f test' + - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=static,msvcrt,threads -f makefile.vc test' - name: "Windows/MSVC/Debug" os: windows compiler: cl |
