MyHomeCollection/.drone.yml

13 lines
218 B
YAML
Raw Normal View History

2021-06-22 16:55:16 +02:00
kind: pipeline
name: default
steps:
- name: install
image: composer
commands:
- composer install --ignore-platform-reqs
2021-06-22 16:55:16 +02:00
- name: test
image: php:7
commands:
- vendor/bin/phpunit --configuration phpunit.xml