lower case windows in .travis.yml

This commit is contained in:
nhmall
2019-11-06 17:25:44 +02:00
committed by Pasi Kallinen
parent 43935698e0
commit ddb5e6e8e5
+2 -2
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