2 Example phpci.yml
Dan Cryer edited this page 2013-05-15 08:32:05 -07:00

These are just some example yaml config files

build_settings:
    verbose: false
    prefer_symlink: false

setup:

test:
    php_unit:
        directory: "test/phpunit/"
        args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'test/phpunit/phpunit.xml'"

complete: