Commit 87495f77 by Qiang Xue

try to fix basic app travis test.

parent e8b674dc
...@@ -4,11 +4,8 @@ php: ...@@ -4,11 +4,8 @@ php:
- 5.5 - 5.5
- 5.4 - 5.4
install:
- composer require --prefer-dist --dev 'codeception/codeception \*' 'codeception/specify \*'
before_script: before_script:
- php vendor/bin/codecept build - php vendor/bin/codecept build
script: script:
- php vendor/bin/codecept run - php vendor/bin/codecept run functional
\ No newline at end of file
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
"require-dev": { "require-dev": {
"yiisoft/yii2-codeception": "*", "yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*", "yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*" "yiisoft/yii2-gii": "*",
"codeception/codeception": "*",
"codeception/specify": "*"
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [
......
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