Enable cache in Travis-CI

This commit is contained in:
slawkens 2020-02-18 16:36:56 +01:00 committed by GitHub
parent 09db8e072e
commit 9dae06b589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ php:
- '7.1'
- '7.2'
cache:
directories:
- $HOME/.composer/cache
before_script:
- composer require jakub-onderka/php-parallel-lint --no-suggest --no-progress --no-interaction --no-ansi --quiet --optimize-autoloader