droneio-test/.drone.yml

15 lines
185 B
YAML
Raw Normal View History

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