Skip to content

Commit 918c9ab

Browse files
committed
fix
1 parent cf2145d commit 918c9ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
name: x64_msvc
2121
script:
2222
- cd vs2019
23-
- build_x64.cmd
24-
- x64/Debug/test.exe
23+
- ./build_x64.cmd && x64/Debug/test.exe
2524
- os: windows
2625
name: x86_msvc
2726
script:
2827
- cd vs2019
29-
- build_x86.cmd
28+
- ./build_x86.cmd
3029
- Win32/Debug/test.exe

0 commit comments

Comments
 (0)