Skip to content

Instantly share code, notes, and snippets.

@rickard2
Created January 26, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickard2/8637354 to your computer and use it in GitHub Desktop.
Save rickard2/8637354 to your computer and use it in GitHub Desktop.
build_settings:
verbose: false
ignore:
- "vendor"
- "tests"
- "tools"
- "bin"
- "app/"
- "web/"
setup:
composer:
action: "install"
shell:
command: "cd %buildpath%/tools; ./link.sh"
test:
php_unit:
config: app
php_loc: ~
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: "PSR2"
allow_failures: true
php_cpd:
allow_failures: true
lint:
directory: src/
grunt:
task: "build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment