diff --git a/.travis.yml b/.travis.yml index d820102..7f872e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ env: cache: directories: - - .Build/vendor - $HOME/.composer/cache before_install: diff --git a/CHANGELOG.md b/CHANGELOG.md index d064f62..a6b74bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Drop the dependency of `roave/security-advisories` ### Fixed +- Stop caching `vendor/` on Travis CI (#51) - Use the PHP version from the matrix in the CI (#48) - Re-add the static TypoScript registration (#41) - Keep the global namespace clean in `ext_localconf.php` (#40)