try to fix basic app travis test.

This commit is contained in:
Qiang Xue 2014-01-04 19:19:02 -05:00
parent 3f57b61bd1
commit c761aab7c6
2 changed files with 4 additions and 5 deletions

View File

@ -4,11 +4,8 @@ php:
- 5.5
- 5.4
install:
- composer require --prefer-dist --dev 'codeception/codeception \*' 'codeception/specify \*'
before_script:
- php vendor/bin/codecept build
script:
- php vendor/bin/codecept run
- php vendor/bin/codecept run functional

View File

@ -22,7 +22,9 @@
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
"yiisoft/yii2-gii": "*",
"codeception/codeception": "*",
"codeception/specify": "*"
},
"scripts": {
"post-create-project-cmd": [