Make a drone.yml file
This commit is contained in:
parent
bbe572ee56
commit
65bc29a99a
13
.drone.yml
Normal file
13
.drone.yml
Normal 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 phpunit.xml
|
Loading…
Reference in New Issue
Block a user