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

Fix travis.yml

This commit is contained in:
Samuel Štancl 2020-03-04 20:05:42 +01:00
parent 6d5957ff6b
commit 5c2698938e

View file

@ -13,7 +13,7 @@ before_install:
- docker-compose up -d - docker-compose up -d
install: install:
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION" - travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
install: install:
- travis_retry docker-compose exec test composer install --no-interaction - travis_retry docker-compose exec test composer install --no-interaction