Merge pull request #6920 from johnstevenson/appveyor-platform

Remove build platform from appveyor.yml
main
Jordi Boggiano 7 years ago committed by GitHub
commit 01cc1ccf2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,5 @@
build: false
clone_depth: 5
platform:
- x86
- x64
environment:
PHP_CHOCO_VERSION: 7.2.0
@ -13,6 +10,7 @@ cache:
init:
- SET PATH=%PHP_CACHE_DIR%;%PATH%
- SET COMPOSER_CACHE_DIR=%PHP_CACHE_DIR%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=0
- SET ANSICON=121x90 (121x90)

Loading…
Cancel
Save