Skip to content

Commit 8434ba5

Browse files
committed
Fix the CI on Appveyor
On windows, composer does not use a symlink when installing binaries but creates a proxy script instead. This proxy is not a PHP script, so running it through PHP does not work. The goal of composer is to allow running the script in a way similar to the Linux usage relying on shebangs.
1 parent 6d3cb7d commit 8434ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ install:
4848

4949
test_script:
5050
- cd c:\projects\symfony-demo
51-
- php vendor/bin/simple-phpunit
51+
- vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)