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": [