Async/.drone.yml

14 lines
231 B
YAML
Raw Normal View History

2020-05-15 16:26:30 +00:00
kind: pipeline
type: docker
name: test
steps:
- name: composer
image: composer:latest
commands:
2020-05-15 16:35:15 +00:00
- composer install
- name: base
image: phpunit:7.3
commands:
- vendor/bin/phpunit -c test/phpunit.xml