MangoNotes/.drone.yml

13 lines
195 B
YAML
Raw Normal View History

2022-09-21 21:41:23 +02:00
kind: pipeline
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit --configuration phpunit.xml