1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 05:14:03 +00:00

use a single composer require commanad

This commit is contained in:
Samuel Štancl 2019-02-27 18:03:58 +01:00
parent f13d4ded98
commit e0b7fb6efc

View file

@ -14,8 +14,7 @@ before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install: install:
- composer require "laravel/framework:$LARAVEL_VERSION" - composer require "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION"
- composer require "orchestra/testbench:$TESTBENCH_VERSION"
- travis_retry composer install --no-interaction - travis_retry composer install --no-interaction
before_script: before_script: