From fe6ce82045f621d5b243fd8e4285d2a9cac33522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 4 Aug 2019 17:45:09 +0200 Subject: [PATCH] fix .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index dfe0af41..46a0083f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ php: services: - docker +before_install: + - docker-compose up -d + install: - travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION" "orchestra/testbench:$TESTBENCH_VERSION"