Merge pull request #6920 from johnstevenson/appveyor-platform
Remove build platform from appveyor.ymlpull/6926/head
commit
01cc1ccf2a
|
@ -1,8 +1,5 @@
|
||||||
build: false
|
build: false
|
||||||
clone_depth: 5
|
clone_depth: 5
|
||||||
platform:
|
|
||||||
- x86
|
|
||||||
- x64
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PHP_CHOCO_VERSION: 7.2.0
|
PHP_CHOCO_VERSION: 7.2.0
|
||||||
|
@ -13,6 +10,7 @@ cache:
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- SET PATH=%PHP_CACHE_DIR%;%PATH%
|
- SET PATH=%PHP_CACHE_DIR%;%PATH%
|
||||||
|
- SET COMPOSER_CACHE_DIR=%PHP_CACHE_DIR%
|
||||||
- SET COMPOSER_NO_INTERACTION=1
|
- SET COMPOSER_NO_INTERACTION=1
|
||||||
- SET PHP=0
|
- SET PHP=0
|
||||||
- SET ANSICON=121x90 (121x90)
|
- SET ANSICON=121x90 (121x90)
|
||||||
|
|
Loading…
Reference in New Issue