Fixed travis paths

This commit is contained in:
Alexander Makarov
2014-08-16 19:43:50 +04:00
parent 0418a07264
commit 28091ed2e8

View File

@ -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