From 28091ed2e834edab1dec21ac2ff4744086933c14 Mon Sep 17 00:00:00 2001 From: Alexander Makarov <sam@rmcreative.ru> Date: Sat, 16 Aug 2014 19:43:50 +0400 Subject: [PATCH] Fixed travis paths --- tests/unit/data/travis/setup-apps.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/unit/data/travis/setup-apps.sh b/tests/unit/data/travis/setup-apps.sh index 735cbdf..dc2e48b 100755 --- a/tests/unit/data/travis/setup-apps.sh +++ b/tests/unit/data/travis/setup-apps.sh @@ -19,10 +19,12 @@ else sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" frontend/config/main.php sed -i "s/'cookieValidationKey' => ''/'cookieValidationKey' => 'testkey'/" backend/config/main.php cd tests/codeception/backend && codecept build - cd ../../../common && codecept build - cd ../../../frontend && codecept build && cd ../../../../../.. + cd ../common && codecept build + cd ../console && codecept build + cd ../frontend && codecept build + && cd ../../../ # boot server - cd apps && php -S localhost:8080 > /dev/null 2>&1 & + php -S localhost:8080 > /dev/null 2>&1 & fi -- libgit2 0.27.1