We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e3a03 commit e68022bCopy full SHA for e68022b
.travis.yml
@@ -28,7 +28,12 @@ matrix:
28
before_script:
29
- travis_retry composer self-update
30
- travis_retry composer install --prefer-source --no-interaction
31
- - if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
32
-
+ - if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --prefer-dist; fi;
+ - travis_retry composer update
33
+
34
+ cache:
35
+ directories:
36
+ - vendor
37
38
script:
39
- vendor/bin/phpunit --coverage-text
0 commit comments