Skip to content

mindteam/phpci-symfony2-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpci-symfony2-plugin

PHPCI plugin for using symfony2 commands.

Configuration:

setup:
    composer:
        action: "install"
        prefer_dist: true
    symfony_commands:
        commands:
            -  doctrine:database:drop --force
            -  doctrine:database:create
            -  doctrine:schema:update --force
            -  doctrine:fixtures:load

Releases

No releases published

Packages

No packages published

Languages