1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:14:03 +00:00

fix .travis.yml

This commit is contained in:
Samuel Štancl 2019-08-04 17:45:09 +02:00
parent 0ff607d1d8
commit fe6ce82045

View file

@ -9,6 +9,9 @@ php:
services: services:
- docker - docker
before_install:
- docker-compose up -d
install: install:
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION" - travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION"