diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ee398aa --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +steps: +- name: install + image: composer + commands: + - composer install + +- name: test + image: php:7 + commands: + - vendor/bin/phpunit --configuration config.xml \ No newline at end of file