Skip to content

Commit 6634c5a

Browse files
committed
explicitly invoke cmd.exe
1 parent 918c9ab commit 6634c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
name: x64_msvc
2121
script:
2222
- cd vs2019
23-
- ./build_x64.cmd && x64/Debug/test.exe
23+
- cmd "/C build_x64.cmd" && x64/Debug/test.exe
2424
- os: windows
2525
name: x86_msvc
2626
script:
2727
- cd vs2019
28-
- ./build_x86.cmd
28+
- cmd "/C build_x86.cmd"
2929
- Win32/Debug/test.exe

0 commit comments

Comments
 (0)