PasswordCards/wercker.yml

10 lines
243 B
YAML

box: raphiz/drone-php:5.5.20
build:
steps:
- script:
name: install dependencies
code: composer install --no-interaction --prefer-source
- script:
name: run unit tests
code: composer test