Skip to content

Commit 15df10a

Browse files
authored
Merge pull request #5 from php-api-clients/appveyor-composer-files-only-cache
Only cache composer files on AppVeyor
2 parents 95b2cc4 + 40e8090 commit 15df10a

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)