From 0f96d35fe57bc7b36f3d80deb836f2f9db6e6f1d Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 3 May 2024 00:44:39 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 13 +++++++++++++ drone.yml | 0 2 files changed, 13 insertions(+) create mode 100644 .drone.yml delete mode 100644 drone.yml 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