mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 06:34:03 +00:00
Remove unnecessary --dev flag
This commit is contained in:
parent
80da9e1cf5
commit
5caec784bf
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ php:
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- travis_retry composer install --no-interaction --dev
|
- travis_retry composer install --no-interaction
|
||||||
|
|
||||||
script: vendor/bin/phpunit
|
script: vendor/bin/phpunit
|
||||||
Loading…
Add table
Add a link
Reference in a new issue