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

Fix travis yml

This commit is contained in:
Samuel Štancl 2020-03-04 22:00:56 +01:00
parent 18fa0295d8
commit 58bb9bfb96

View file

@ -14,7 +14,6 @@ before_install:
install:
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
install:
- travis_retry docker-compose exec test composer install --no-interaction
before_script: