phpci file
This commit is contained in:
parent
d6f4e098a4
commit
3cb4894bd0
1 changed files with 14 additions and 0 deletions
14
phpci.yml
Normal file
14
phpci.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
build_settings:
|
||||||
|
verbose: false
|
||||||
|
prefer_symlink: false
|
||||||
|
|
||||||
|
setup:
|
||||||
|
composer:
|
||||||
|
action: "install"
|
||||||
|
|
||||||
|
test:
|
||||||
|
php_unit:
|
||||||
|
directory: "tests/"
|
||||||
|
args: "--configuration 'phpunit.xml'"
|
||||||
|
|
||||||
|
complete:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue