Added drone config file.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5cd5103b82
commit
025f2fb3a6
@ -0,0 +1,14 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install dependencies
|
||||||
|
image: composer:2.5.5
|
||||||
|
commands:
|
||||||
|
- composer install
|
||||||
|
|
||||||
|
- name: run tests
|
||||||
|
image: composer:2.5.5
|
||||||
|
commands:
|
||||||
|
- vendor/bin/phpunit
|
Loading…
Reference in new issue