File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ install:
4242 - composer require "illuminate/database:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist
4343 - composer require "illuminate/support:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist
4444 - composer require "orchestra/testbench:${TESTBENCH_VERSION}" --no-update --no-interaction --prefer-dist
45- - composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --no-update --no-interaction --prefer-di
45+ - composer require "phpunit/phpunit:${PHPUNIT_VERSION}" --no-update --no-interaction --prefer-dist
4646 - travis_retry composer install --no-interaction --prefer-dist --no-suggest
4747
4848script :
@@ -54,3 +54,6 @@ after_script:
5454branches :
5555 only :
5656 - master
57+
58+ notifications :
59+ email : false
You can’t perform that action at this time.
0 commit comments