We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95b2cc4 + 40e8090 commit 15df10aCopy full SHA for 15df10a
appveyor.yml
@@ -22,10 +22,6 @@ environment:
22
## Cache composer, chocolatey and php bits
23
cache:
24
- '%LOCALAPPDATA%\Composer\files -> composer.lock'
25
- - composer.phar
26
- - C:\ProgramData\chocolatey\bin -> .appveyor.yml
27
- - C:\ProgramData\chocolatey\lib -> .appveyor.yml
28
- - c:\tools\php -> .appveyor.yml
29
30
## Set up environment varriables
31
init:
@@ -56,4 +52,4 @@ install:
56
52
## Run the actual test
57
53
test_script:
58
54
- cd c:\projects\php-project-workspace
59
- - vendor/bin/phpunit -c phpunit.xml.dist
55
+ - vendor/bin/phpunit -c phpunit.xml.dist
0 commit comments