add deployment step for wercker

This commit is contained in:
Raphael Zimmermann 2015-05-26 23:19:09 +02:00
parent 02dd1fe402
commit 2b907cf675
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ build:
- script:
name: run unit tests
code: composer test
deploy:
steps:
- script:
name: Deploying...
code: deploy.sh