droneio-test/.drone.yml

14 lines
168 B
YAML
Raw Permalink Normal View History

2020-02-21 16:06:36 +01:00
kind: pipeline
type: docker
name: default
2020-02-21 15:47:47 +01:00
steps:
2020-02-21 16:07:26 +01:00
- name: install
image: composer
commands:
- composer install
2020-02-21 15:47:47 +01:00
2020-02-21 16:07:26 +01:00
- name: test
image: php:7
commands:
- vendor/bin/phpunit