mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01:00
[BUGFIX] Stop caching vendor/ on Travis CI (#52)
Downgrades of Composer packages do not work reliably if a higher version of a package already is installed in `vendor/`. This causes builds to use higher versions of packages than intended if Travis CI has the corresponding version in the cached and restored `vendor/` folder.
This commit is contained in:
parent
b8cf63d358
commit
14602e19b5
2 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,6 @@ env:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .Build/vendor
|
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
@ -48,6 +48,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Drop the dependency of `roave/security-advisories`
|
- Drop the dependency of `roave/security-advisories`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Stop caching `vendor/` on Travis CI (#51)
|
||||||
- Use the PHP version from the matrix in the CI (#48)
|
- Use the PHP version from the matrix in the CI (#48)
|
||||||
- Re-add the static TypoScript registration (#41)
|
- Re-add the static TypoScript registration (#41)
|
||||||
- Keep the global namespace clean in `ext_localconf.php` (#40)
|
- Keep the global namespace clean in `ext_localconf.php` (#40)
|
||||||
|
|
Loading…
Reference in a new issue