diff --git a/.drone.yml b/.drone.yml index e69de29..841d7bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: kubernetes +name: default + +steps: +- name: install + image: composer + commands: + - composer install + +- name: test + image: php:7 + commands: + - vendor/bin/phpunit