droneio-test/.drone.yml

14 lines
168 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit