Skip to content

Commit d716d0a

Browse files
author
Geobert Quach
committed
Remove uneeded variables
1 parent 6d56d75 commit d716d0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@ environment:
77
global:
88
CRATE_NAME: cobalt
99
APPVEYOR_CACHE_SKIP_RESTORE: true
10-
MSBUILD_NODE_CONNECTION_TIMEOUT: 0
1110

1211
matrix:
1312
# Stable channel
1413
- TARGET: x86_64-pc-windows-msvc
1514
CHANNEL: stable
1615
TOOLCHAIN: msvc
17-
PLATFORM: x86_64
16+
1817
# Beta channel
1918
- TARGET: x86_64-pc-windows-msvc
2019
CHANNEL: beta
2120
TOOLCHAIN: msvc
22-
PLATFORM: x86_64
2321

2422
install:
2523
- if "%TOOLCHAIN%" == "msvc" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"

0 commit comments

Comments
 (0)