diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ef52f58 --- /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 diff --git a/drone.yml b/drone.yml deleted file mode 100644 index e69de29..0000000