droneio-test/.drone.yml

11 lines
138 B
YAML
Raw Normal View History

2020-02-21 15:47:47 +01:00
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit