try to fix basic app travis test.
This commit is contained in:
parent
3f57b61bd1
commit
c761aab7c6
@ -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
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user