tests
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon Vieille 2020-02-21 15:47:47 +01:00
parent 4170aca3be
commit 1a730954df
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -0,0 +1,14 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit