We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f62186 commit aee022fCopy full SHA for aee022f
.travis.yml
@@ -6,6 +6,9 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
+cache:
10
+ directories:
11
+ - $HOME/.composer/cache/files
12
install: composer install --no-interaction --prefer-dist
13
script:
14
- vendor/bin/phpunit
0 commit comments