Skip to content

Commit

Permalink
Merge pull request #4 from WyriHaximus/fix-dont-cache-vendor
Browse files Browse the repository at this point in the history
Don't cache vendor dir for now
  • Loading branch information
WyriHaximus committed Jun 13, 2016
2 parents 67bd00d + 2c58df5 commit 9a5e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ environment:
## Cache composer bits
cache:
- c:\tools\php -> appveyor.yml
- c:\projects\php-appveyor-client\vendor -> composer.lock
#- c:\projects\php-appveyor-client\vendor -> composer.lock
- '%LOCALAPPDATA%\Composer\files -> composer.lock'

## Set up environment varriables
Expand Down

0 comments on commit 9a5e32a

Please sign in to comment.