droneio-test/.drone.yml
Simon Vieille 1a730954df
Some checks reported errors
continuous-integration/drone/push Build was killed
tests
2020-02-21 15:47:47 +01:00

15 lines
185 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit