Skip to content

Commit 54d17be

Browse files
committed
Make Travis happy
1 parent e807839 commit 54d17be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4848
script:
@@ -54,3 +54,6 @@ after_script:
5454
branches:
5555
only:
5656
- master
57+
58+
notifications:
59+
email: false

0 commit comments

Comments
 (0)