Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-03 00:44:39 +03:00
parent 08b75a0e22
commit 0f96d35fe5
2 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View file

@ -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

View file