mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fixed travis paths
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user