Skip to content

Commit 36afd84

Browse files
committed
Quote properly the bash script
1 parent 4711ccd commit 36afd84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- os: windows
2020
name: x64_msvc
2121
script:
22-
- "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
23-
- msbuild vc2019/stackman.sln /p:Platform=x64
24-
- vc2019/x64/Debug/test.exe
22+
- '"/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"'
23+
- msbuild.exe vs2019/stackman.sln /p:Platform=x64
24+
- vs2019/x64/Debug/test.exe
2525
- os: windows
2626
name: x86_msvc
2727
script:
28-
- "/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"
29-
- msbuild vc2019/stackman.sln /p:Platform=x86
30-
- vc2019/win32/Debug/test.exe
28+
- '"/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/Common7/Tools/VsDevCmd.bat"'
29+
- msbuild.exe vs2019/stackman.sln /p:Platform=x86
30+
- vs2019/win32/Debug/test.exe

0 commit comments

Comments
 (0)