Commit 28091ed2 by Alexander Makarov

Fixed travis paths

parent 0418a072
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment