1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:24:04 +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
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:
- travis_retry docker-compose exec test composer install --no-interaction