Skip to content

Commit 026b59c

Browse files
committed
remove --dev deprecated option
1 parent 682e626 commit 026b59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ before_script:
1515
- travis_retry composer require laravel/framework:${LARAVEL_VERSION} --no-update
1616
- travis_retry composer require illuminate/support:${LARAVEL_VERSION} --no-update
1717
- travis_retry composer require illuminate/database:${LARAVEL_VERSION} --no-update
18-
- travis_retry composer install --prefer-source --no-interaction --dev
18+
- travis_retry composer install --prefer-source --no-interaction
1919

2020
script: phpunit

0 commit comments

Comments
 (0)