Skip to content

Commit 14fc522

Browse files
committed
Move build files, use vs2017 for travis
1 parent e2f2068 commit 14fc522

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- os: windows
2020
name: x64_msvc
2121
script:
22-
- cd vs2019
22+
- cd vs2017
2323
- ./build_x64.cmd && x64/Debug/test.exe
2424
- os: windows
2525
name: x86_msvc
2626
script:
27-
- cd vs2019
27+
- cd vs2017
2828
- ./build_x86.cmd && Win32/Debug/test.exe
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)