php-ci配置构建不起作用

时间:2016-09-12 10:55:53

标签: php php-ci

配置不是在成功构建后复制构建 我的配置看起来像这样

build settings:
    clone_depth: 1
    ignore:
        - "vendor"
        - "tests"
        - "node_modules"
    mysql:
        host: "localhost"
        host: "root"
        host: ""
setup:
    composer:
        action: "install"
test:

complete:

success:
    copy_build:
        wipe: true
        directory: "var/www/project-name"

如果有人能给我一个配置示例,那就太好了。 这是我第一次使用php-ci

0 个答案:

没有答案