lower case windows in .travis.yml

This commit is contained in:
nhmall
2019-06-30 10:33:53 -04:00
parent 148b93a7c1
commit ae9d68d991

View File

@@ -50,7 +50,7 @@ matrix:
make install
cat dat/options
- os: windows
env: HINTS=Windows-visual-studio
env: HINTS=windows-visual-studio
language: shell
script:
# - find /c/Program\ Files\ \(x86\) -iname 'rc.exe' -print
@@ -86,7 +86,7 @@ matrix:
- nmake install
- os: windows
# install: choco install mingw
env: HINTS=Windows-mingw
env: HINTS=windows-mingw
script:
- cd src
- cp ../sys/winnt/Makefile.gcc ./Makefile