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 04654ea commit c723696Copy full SHA for c723696
.travis.yml
@@ -12,7 +12,6 @@ matrix:
12
13
before_script:
14
- travis_retry composer self-update
15
- - travis_retry composer install --prefer-source --no-interaction - if [ "$LARAVEL_VERSION" != "" ]; then composer require --dev "laravel/laravel:${LARAVEL_VERSION}" --no-update; fi;
16
- composer update
17
script:
18
- phpunit
0 commit comments