👷 Go from PHPCensor to Drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Clement Desmidt 2021-06-30 13:29:16 +02:00
parent 8056e711e6
commit 684656de44
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
name: default
steps:
- name: install
pull: if-not-exists
image: composer
commands:
- composer install --ignore-platform-reqs
- name: test
image: php:7
commands:
- vendor/bin/phpmd
- vendor/bin/phpcs --standard=PSR2
- vendor/bin/phpcpd