Skip to content

Commit b25b11b

Browse files
committedMay 13, 2015
minor symfony#14626 [travis] Don't use the cache (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [travis] Don't use the cache | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - The composer cache breaks per components builds (deps=low/high) Commits ------- 103c0df [travis] Don't use the cache
2 parents cd0a63d + 103c0df commit b25b11b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: php
22

33
sudo: false
44

5-
cache:
6-
directories:
7-
- $HOME/.composer/cache
8-
95
addons:
106
apt_packages:
117
- parallel

0 commit comments

Comments
 (0)
Please sign in to comment.