droneio-test/.drone.yml

10 lines
153 B
YAML
Raw Normal View History

2020-02-21 15:47:47 +01:00
steps:
2020-02-21 16:05:46 +01:00
- name: install
image: composer
commands:
- composer install
2020-02-21 15:47:47 +01:00
2020-02-21 16:05:46 +01:00
- name: test
image: php:7
commands:
- vendor/bin/phpunit