Skip to content

Commit 40e8090

Browse files
authored
Only cache composer files on AppVeyor
1 parent 95b2cc4 commit 40e8090

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ environment:
2222
## Cache composer, chocolatey and php bits
2323
cache:
2424
- '%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
2925

3026
## Set up environment varriables
3127
init:
@@ -56,4 +52,4 @@ install:
5652
## Run the actual test
5753
test_script:
5854
- 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

Comments
 (0)