Mise à jour de '.drone.yml'

This commit is contained in:
Simon Vieille 2020-02-21 16:05:46 +01:00
parent 5b9ad23076
commit 4b519b8e87

View file

@ -1,10 +1,10 @@
steps:
- name: install
image: composer
commands:
- composer install
- name: install
image: composer
commands:
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit
- name: test
image: php:7
commands:
- vendor/bin/phpunit