PasswordCards/wercker.yml
2015-05-22 08:20:14 +00:00

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