mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
use a single composer require commanad
This commit is contained in:
parent
f13d4ded98
commit
e0b7fb6efc
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ before_install:
|
|||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
install:
|
||||
- composer require "laravel/framework:$LARAVEL_VERSION"
|
||||
- composer require "orchestra/testbench:$TESTBENCH_VERSION"
|
||||
- composer require "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION"
|
||||
- travis_retry composer install --no-interaction
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue