droneio-test/.drone.yml

10 lines
153 B
YAML

steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit