From 87495f77aa95b27a464eafd7d4c65a7a2e30df99 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 4 Jan 2014 19:19:02 -0500 Subject: [PATCH] try to fix basic app travis test. --- apps/basic/.travis.yml | 5 +---- apps/basic/composer.json | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/basic/.travis.yml b/apps/basic/.travis.yml index 9b11e83..e8687e8 100644 --- a/apps/basic/.travis.yml +++ b/apps/basic/.travis.yml @@ -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 \ No newline at end of file + - php vendor/bin/codecept run functional diff --git a/apps/basic/composer.json b/apps/basic/composer.json index 6170429..e45c994 100644 --- a/apps/basic/composer.json +++ b/apps/basic/composer.json @@ -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": [