Skip to content

Instantly share code, notes, and snippets.

View arevak's full-sized avatar

Andrew Revak arevak

View GitHub Profile
@kozog
kozog / phpci.yml
Last active March 26, 2017 21:51
PHP-CI symfony config
build_settings:
ignore:
- "vendor"
- "tests"
setup:
composer:
action: "install"
shell:
- "%BUILD_PATH%/app/console doctrine:schema:drop --force"