Make a drone.yml file
parent
bbe572ee56
commit
65bc29a99a
|
@ -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